{
"property1": {},
"property2": {}
}
curl --location --request POST 'https://api-dev.sincetech.com.cn:9443/bpm-uc/api/casPageConfig/v1/create' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": {},
"property2": {}
}'
{
"code": 0,
"errorCode": "string",
"logId": "string",
"message": "string",
"state": true,
"value": {
"alias": "string",
"backgroundFlag": 0,
"backgroundImg": "string",
"enabled": "string",
"endDate": "2019-08-24T14:15:22Z",
"footerText": "string",
"headerTitle": "string",
"id": "string",
"isDefault": "string",
"logo": "string",
"logoFlag": 0,
"pkVal": "string",
"startDate": "2019-08-24T14:15:22Z",
"version": 0
}
}