Authorization: ********************{
"mtServerType": 0,
"accounts": [
"string"
]
}curl --location --request POST '/crm/credit/assert/list' \
--header 'managerId;' \
--header 'managerName;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"mtServerType": 0,
"accounts": [
"string"
]
}'[
{
"brokerID": 0,
"account": "string",
"equity": 0,
"balance": 0,
"credit": 0,
"margin": 0,
"freeMargin": 0,
"marginLevel": 0,
"tradeID": 0
}
]