{
"pagination": true,
"categoryId": "string",
"specialtyCategoryId": "string",
"pageNum": 1,
"pageSize": 10,
"occuationName": "string",
"specialtyId": "string",
"majorId": "string",
"occuationType": 0
}curl --location --request POST '/occupation/v1/occuation/list' \
--header 'token;' \
--header 'collegeId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pagination": true,
"categoryId": "string",
"specialtyCategoryId": "string",
"pageNum": 1,
"pageSize": 10,
"occuationName": "string",
"specialtyId": "string",
"majorId": "string",
"occuationType": 0
}'{
"list": [
{
"occuationId": "string",
"occuationName": "string",
"reportContent": "string",
"specialtys": [
"string"
],
"occuationType": 0,
"occuationTypeName": "string",
"status": 0,
"sort": 0,
"createTime": "string",
"updateTime": "string"
}
],
"pageNum": 1,
"pageSize": 0,
"pagination": true,
"total": 0
}