{
"name": "测试平台",
"code": "agilebpmtest",
"enabled": 1,
"isDefault": 1,
"desc": "测试系统",
"config": "用于系统特殊配置"
}
curl --location -g --request POST '{{auth}}/sysApplication/save' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "测试平台",
"code": "agilebpmtest",
"enabled": 1,
"isDefault": 1,
"desc": "测试系统",
"config": "用于系统特殊配置"
}'
{}