curl --location 'https://api.lootlocker.com/white-label-login/reset-password' \
--header 'domain-key: {{domain_key}}' \
--header 'is-development: true' \
--header 'Content-Type: application/json' \
--data '{
"user_id": 196,
"password": "omglol123",
"token": "14bff09c-6d8b-4a58-88b9-9c359038c393"
}'{}