Authorization: Bearer ********************{
"id": 0,
"fundsCurrency": "string",
"exchangeRate": 0,
"spreadCommission": [
{
"symbolName": "string",
"commission": 0,
"spread": 0
}
],
"isTest": true,
"description": "string"
}curl --location --request POST '/iapi/v1/pro/account/crm/accounttypegroup/modify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": 0,
"fundsCurrency": "string",
"exchangeRate": 0,
"spreadCommission": [
{
"symbolName": "string",
"commission": 0,
"spread": 0
}
],
"isTest": true,
"description": "string"
}'