curl --request POST \
--url https://sandbox-api.kotanipay.com/api/v3/kyc \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"userEmail": "<string>",
"customerKey": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"dob": "<string>",
"gender": "M",
"country": "<string>",
"phone": "<string>"
}
'