curl --request POST \
--url https://sandbox-revo-api.raliopay.com/api/v1/account/business-users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"city": "<string>",
"country": "<string>",
"documentNumber": "<string>",
"email": "<string>",
"name": "<string>",
"numShareholders": 2,
"phone": "<string>",
"postalCode": "<string>"
}
'