curl --request POST \
--url https://api.nh.staging.mum.juspay.net/service2/auth/otp/trigger \
--header 'Content-Type: application/json' \
--data '
{
"phone": "<string>"
}
'{
"success": true,
"otp": "<string>"
}curl --request POST \
--url https://api.nh.staging.mum.juspay.net/service2/auth/otp/trigger \
--header 'Content-Type: application/json' \
--data '
{
"phone": "<string>"
}
'{
"success": true,
"otp": "<string>"
}