curl --location -g --request POST 'https://athathi.mgahed.com/{{locale}}/client/forget/password' \ --header 'Accept: application/json' \ --header 'Content-Type: text/plain' \ --data-raw '{ "email": "client@test.com" }'
{}