curl --location --request POST 'https://staging-api.propaga.io/v1/account/{userId}/verification'
--header 'Authorization: <your_awesome_token>'
--header 'Content-Type: application/json'
--data '{
"firstName": "John",
"lastNames": "Doe",
"phoneNumber": "551238976",
"latitude": "19.3883998",
"longitude": "-99.0209696",
"contacts": [
{
"fullName": "Contact name 1",
"phoneNumber": "550987654"
},
{
"fullName": "Contact name 2",
"phoneNumber": "551234567"
}
],
"metadata": {}
}'