curl --location --request POST 'http://localhost:3000/api/auth/request-reset-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'{
"status": "ok",
"message": "Password reset requested successfully",
"data": {}
}