curl --location --request GET 'http://192.168.1.155:9000/special-work-service/constructionApproveTicketParticipant/' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"version": 0,
"constructionApproveTicketId": 0,
"userId": 0,
"userDeptId": 0,
"type": "OPERATOR",
"remark": "string"
}
}