Balance change statistics
curl -L \ --request POST \ --url 'http://api.client.nbcgate.tech//api/balance/state' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "date_from": "text", "date_to": "text", "period_type": 1 }'
{ "balance": { "ANY_ADDITIONAL_PROPERTY": 1 }, "replenishment": { "ANY_ADDITIONAL_PROPERTY": 1 } }