curl --location --request GET 'https://openapi.italent.cn/RecruitV6/api/v1/Setting/GetProcessList' \
--header 'Content-Type: application/json' \
--data-raw 'GET /RecruitV6/api/v1/Setting/GetProcessList'
{
"data": [
{
"id": "string",
"processCode": "string",
"processName": "string",
"shareType": 0,
"status": 0,
"isDefault": true,
"isSystem": true,
"code4Sort": 0
}
],
"code": 0,
"message": "string"
}