curl --location '/api/v1/auth/forgot-password' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com" }'
{ "success": true, "data": null, "error": null }