curl --location --request POST 'https://api.staging.indiconnect.in/crifService/crif/consent/otp' \
--header 'service-key: sk_test_a80884f4ed7acf89' \
--header 'Authorization: x-api-access indc_test_9de5884fe214cd8a:ac_test_afcba9026f822a41' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobileNumber" : "9399982438"
}'{
"status": "SUCCESS",
"message": "otp sent successfully",
"data": true,
"code": 200
}