curl --location --request POST 'https://api.lootlocker.io/admin/user/email-reset' \ --header 'x-auth-token: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "string" }'
{ "success": true }