{
"email": "skshahra@gmail.com",
"otp" : "580036"
}Email: A required string field for the user's email address with a length between 5 and 100 characters and a valid email format.otp : A required string which contains the 6 digit code which was send through email/v1/auth/forget-password-otpAuthorization: Bearer ********************curl --location --request POST 'https://api-staging.tenbyte.io/v1/auth/forget-password-otp' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "skshahra@gmail.com",
"otp" : "482358"
}'{
"message": "string",
"success": true
}