{
"add": true,
"iconUrl": "string",
"id": "string",
"isNewPortal": "string",
"isSelfApply": "string",
"leaderSort": 0,
"pkVal": "string",
"relId": "string",
"relSort": 0,
"subSort": 0,
"systemCode": "string",
"systemName": "string",
"terminalType": "string",
"typeCode": "string",
"typeName": "string",
"url": "string"
}
curl --location --request POST 'https://api-dev.sincetech.com.cn:9443/bpm-portal/portal/common-system/v1/save' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"add": true,
"iconUrl": "string",
"id": "string",
"isNewPortal": "string",
"isSelfApply": "string",
"leaderSort": 0,
"pkVal": "string",
"relId": "string",
"relSort": 0,
"subSort": 0,
"systemCode": "string",
"systemName": "string",
"terminalType": "string",
"typeCode": "string",
"typeName": "string",
"url": "string"
}'
{
"code": 0,
"errorCode": "string",
"logId": "string",
"message": "string",
"state": true,
"value": "string"
}