Authorization: Bearer ********************
{
"mode":"sms",
"username": "9599976692",
"otp": "250254"
}
curl --location --request POST 'https://preprod.api.crego.io/v1/identity/auth/rego/otp/verify/' \
--header 'Content-Type: application/json' \
--data-raw '{
"mode":"sms",
"username": "9599976692",
"otp": "250254"
}'
{
"message": "string"
}