curl --location --request POST '/auth/forgot-password' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com" }'
{ "message": "string" }