curl --location --request POST '/api/v1/users/reset_password' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com" }'
{ "message": "string" }