curl --location --request POST 'https://api.lootlocker.io/admin/password/reset/v2/' \ --header 'x-auth-token: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "old_password": "string", "new_password": "string" }'
{}