curl --location 'https://api.lootlocker.io/server/balances/bulk' \
--header 'll-version: 2021-03-01' \
--header 'x-auth-token: ' \
--header 'Content-Type: application/json' \
--data '{
"wallet_id": "string",
"operations": [
{
"currency_id": "string",
"amount": "string",
"type": "string",
"comment": "string",
"disable_modifiers": true
}
]
}'{
"wallet_id": "string",
"results": [
{
"currency_id": "string",
"previous_balance": "string",
"new_balance": "string",
"type": "string"
}
]
}