curl --location --request POST 'https://api.ticaret.pro/auth/forgot-password' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com" }'
{ "status": true, "data": { "ok": true } }