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