curl --location -g --request POST '{{host_user}}/users/forgotPassword' \ --header 'x-client: {{client}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "kareem@larsa.org" }'
{}