Authorization: Bearer ********************{
"userRole": "0",
"name": "string",
"miniName": "string",
"description": "string",
"active": true,
"defaultLeverage": 0,
"color": "string",
"leverages": [
0
],
"accountTypePermissionId": [
0
],
"order": 0
}curl --location --request POST '/iapi/v1/pro/account/crm/accounttype/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"userRole": "0",
"name": "string",
"miniName": "string",
"description": "string",
"active": true,
"defaultLeverage": 0,
"color": "string",
"leverages": [
0
],
"accountTypePermissionId": [
0
],
"order": 0
}'