curl --location --request PATCH 'https://api.lootlocker.io/admin/v1/user/reset/password' \
--header 'LL-Version: 2021-03-01' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "d6d070bd4b4763394c4defca045c3fe35216cf69",
"password": "TGmZySVPEji71txVneMhd4pZdAH7uxmW9LKI0vULdBL80OJl1Q"
}'
{
"success": false,
"error": "Expired token."
}