curl --location --request POST '/email-otp/reset-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"otp": "string",
"password": "string"
}'{
"message": "string"
}