{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"categoryId": 0,
"categoryName": "string",
"code": "string",
"remark": "string",
"delFlag": "string",
"sort": 0
}
curl --location --request POST 'http://localhost:8027/workflow/category/export' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"categoryId": 0,
"categoryName": "string",
"code": "string",
"remark": "string",
"delFlag": "string",
"sort": 0
}'
{}