curl --request POST \
--url https://devapi.withedge.co/gateway/api/v1/kyc/verify/tin \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'requestId: <requestid>' \
--data '
{
"number": "<string>",
"channel": "<string>"
}
'