verifyOtpRequest
DTO to verify OTP
identifierstring
The unique identifier for the OTP request, used to verify the OTP.
Example:
1234567890
receivedOtpstring
The OTP code received by the user for verification.
Example:
123456
verifyOtpRequest
{
"verifyOtpRequest": {
"identifier": "uv45367284776473",
"receivedOtp": 8011
}
}