For Demo Server the One Time Password will be 123456
{
"<question_key>": "<one time password>"
}
Sample Success Response :
{
"is_success": true,
"data": {
"question": "The One Time Password is sent to Mobile Number 97413**** and Email ID abha****@onefin.in. Please enter the One Time Password.",
"question_key": "5401984",
"answer_key": "USER_TO_INPUT_ANSWER",
"answer_id" : "1622264"
},
"stage": "<stage_choice>"
}
Sample payload for resend OTP in the primary Number:
{
"resend_otp": true
}