curl --location --request POST '/api/v1/kyc/url' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNumber": "+91-7606908888",
"clientCustomerId": "CUSsdsdffssafT123456",
"type": "INDIVIDUAL",
"email": "john.doe@example.com",
"kycRedirectUrl": "https://example.com/kyc-callback"
}'
{
"status": 1,
"code": 200,
"data": {
"kycUrl": "https://test.onramp.money/onramp-circle/main/profile/?appId=711752&kybData=FlQGDFoyEigWOzxDSUlAbgoQAyY1Gwl1My09V1FBVEIRJgVEUgYy",
"clientCustomerId": "ROx923-2end-3df",
"customerId": "w6Rc2asJSU_1094"
}
}