curl --location --request POST '/v2/api/Accounts/GetCurrentSaldo' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"client_id": 0,
"acc": "string"
}'{
"result": {
"saldo": 0,
"currency": "string"
},
"status": "Error",
"error_code": "string",
"message": "string"
}