Authorization: Bearer ********************curl --location --request GET '/iapi/v1/pro/account/crm/accounttypegroup/list' \
--header 'Authorization: Bearer <token>'[
{
"mtGroupName": "string",
"accountTypeId": 0,
"serverId": 0,
"tradeCurrency": "string",
"fundsCurrency": "string",
"exchangeRate": 0,
"spreadCommission": [
{
"symbolName": "string",
"commission": 0,
"spread": 0
}
],
"priority": 0,
"isTest": true,
"description": "string",
"id": 0,
"accountTypeCode": "string"
}
]