curl --location -g --request GET 'http://{{ip}}:9000/process-service/processDefinition/xml?processDefinitionId' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"bpmn20Xml": "string"
}
}