curl --location --request POST '/v2/api/Accounts/GetSaldo' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"client_id": 0,
"acc": "string",
"date": "string"
}'{
"result": {
"acc": "string",
"branch": "string",
"date": "string",
"sin": 0,
"sout": 0,
"dt": 0,
"ct": 0
},
"status": "Error",
"error_code": "string",
"message": "string"
}