Authorization: Bearer ********************
{
"challengeId": "string",
"email": "string",
"otp": "string",
"newPassword": "string"
}
curl --location --request POST 'https://api.upbooks.io/api/v1/auth/reset-password/verify/challenge' \
--header 'Content-Type: application/json' \
--data-raw '{
"challengeId": "string",
"email": "string",
"otp": "string",
"newPassword": "string"
}'
{
"message": "string"
}