curl --location --request GET '/pms/flow/list'
{
"code": 0,
"message": "string",
"data": [
{
"status": 0,
"creatorId": 0,
"updatedTime": 0,
"id": "string",
"flowKey": "string",
"deploymentId": "string",
"resourceName": "string",
"category": "string",
"formName": "string",
"formId": 0
}
],
"success": true
}