curl --location --request POST 'https://api.lootlocker.io/admin/v1/user/reset/password' \ --header 'LL-Version: 2021-03-01' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "dev@lootlocker.com" }'
{ "success": true }