curl --location --request POST '/v2/api/Accounts/GetSaldoInOut' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"client_id": 0,
"acc": "string",
"date_from": "2019-08-24T14:15:22.123Z",
"date_to": "2019-08-24T14:15:22.123Z",
"date_term": 0
}'{
"result": {
"s_in": 0,
"s_out": 0,
"currency": "UZS",
"num_of_documents": 0,
"num_of_operations": 0
},
"status": "Error",
"error_code": "string",
"message": "string"
}