Authorization: Bearer ********************{
"id": 0,
"name": "string",
"platform": "string",
"platformName": "string",
"remark": "string",
"isDemo": true,
"serverAddress": "string",
"dbAddress": "string"
}curl --location --request POST '/iapi/v1/pro/account/crm/marginserver/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": 0,
"name": "string",
"platform": "string",
"platformName": "string",
"remark": "string",
"isDemo": true,
"serverAddress": "string",
"dbAddress": "string"
}'