curl --request POST \
--url https://api.sandbox.bitwage.com/api/companies/{company_id}/ubo \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"phone_number": "<string>",
"phone_country": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"date_of_birth": "<string>",
"street_address": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>",
"country": "<string>",
"street_address_2": "<string>"
}
'