{
"userId": 0,
"userRole": 0,
"keyword": "string",
"manageHr": 0,
"demandCity": "string",
"candidate": "string",
"channelSource": "string"
}
curl --location --request POST '/preliminary-screening/postList' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userRole": 0,
"keyword": "string",
"manageHr": 0,
"demandCity": "string",
"candidate": "string",
"channelSource": "string"
}'
{
"msg": "string",
"code": 0,
"data": [
{
"deptId": 0,
"deptName": "string",
"count": "string",
"recruitDemandIds": "string"
}
]
}