{
"virtualAccountId": "3377",
"currency": "BRL",
"amount": "222",
"payerName": "TESTE PAGADOR",
"payerAccountNumber": "00123456"
}curl --location --request POST '/v1/stable/mock/virtual-account/pay-in' \
--header 'Content-Type: application/json' \
--data-raw '{
"virtualAccountId": "3377",
"currency": "BRL",
"amount": "222",
"payerName": "TESTE PAGADOR",
"payerAccountNumber": "00123456"
}'{}