{
"status": 0,
"createdTime": 0,
"creatorId": 0,
"updatedTime": 0,
"flowType": "string",
"flowName": "string"
}
curl --location --request POST '/pms/flow/Role' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 0,
"createdTime": 0,
"creatorId": 0,
"updatedTime": 0,
"flowType": "string",
"flowName": "string"
}'
{
"code": 0,
"message": "string",
"data": [
{
"status": 0,
"creatorId": 0,
"updatedTime": 0,
"nodeId": "string",
"nodeName": "string",
"nodeRole": "string",
"flowType": "string",
"flowName": "string",
"nodeIndex": 0,
"id": "string"
}
],
"success": true
}