curl --location --request POST '/v1/account/add-account' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountType": "PAYER",
"networkType": "PIX",
"country": "BR",
"currency": "BRL",
"accountInfo": {
"cpfOrCnpj": "12345678900",
"pixKey": "test@email.com",
"accountHolderName": "João Silva"
}
}'
{
"status": 0,
"message": "string",
"data": {
"accountId": "string",
"bindStatus": "string"
},
"traceId": "string"
}