Authorization: Bearer ********************curl --location --request POST 'auth/forgot-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "If the email exists, a reset link has been sent"
}'{
"message": "If the email exists, a reset link has been sent"
}