curl --location -g --request GET 'http://{{ip}}:9000/process-service/cusForm/' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"cusFormTypeId": 0,
"processBusinessType": "DONG_HUO",
"parentId": 0,
"parentCode": "string",
"cusFormTypeName": "string",
"name": "string",
"stepCode": "BASIC_INFORMATION",
"code": "string",
"remark": "string",
"enable": true,
"seq": 0,
"children": [
{}
]
}
}