curl --request POST \
--url https://api.nh.staging.mum.juspay.net/service2/auth/otp/verify \
--header 'Content-Type: application/json' \
--data '
{
"otp": "<string>",
"phone": "<string>",
"device_info": "<string>"
}
'{
"access_token": "<string>",
"access_token_expires_at": 123,
"is_new_user": true,
"message": "<string>",
"refresh_token": "<string>",
"refresh_token_expires_at": 123,
"success": true,
"user_id": "<string>"
}curl --request POST \
--url https://api.nh.staging.mum.juspay.net/service2/auth/otp/verify \
--header 'Content-Type: application/json' \
--data '
{
"otp": "<string>",
"phone": "<string>",
"device_info": "<string>"
}
'{
"access_token": "<string>",
"access_token_expires_at": 123,
"is_new_user": true,
"message": "<string>",
"refresh_token": "<string>",
"refresh_token_expires_at": 123,
"success": true,
"user_id": "<string>"
}