curl --request POST \
--url https://monitor.aevr.space/api/v1/payid/kyc/verify \
--header 'Content-Type: application/json' \
--header 'auth-token: <api-key>' \
--data '
{
"firstName": "<string>",
"lastName": "<string>",
"email": "jsmith@example.com",
"phone": "<string>",
"dateOfBirth": "2023-12-25",
"country": "<string>",
"identityNumbers": {},
"gender": "<string>",
"address": {
"street": "<string>",
"street2": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "<string>"
}
}
'