curl --location --request GET 'http://localhost:8027/workflow/model/' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": {
"modelId": "string",
"modelName": "string",
"modelKey": "string",
"category": "string",
"version": 0,
"formType": 0,
"formId": 0,
"description": "string",
"createTime": "2019-08-24T14:15:22Z",
"bpmnXml": "string",
"content": "string"
}
}