curl --location --request GET '/occupation/v1/explore/specialty/occuation?specialtyId' \
--header 'token;' \
--header 'collegeId;' \
--header 'sign;' \
--header 'nonceStr;' \
--header 'appVersion;'{
"data": [
{
"occuationId": "string",
"occuationName": "string",
"occuationCoverUrl": "string",
"occuationIntro": "string",
"occuationTag": [
"string"
],
"isHotOccuation": true,
"isHighSalary": true,
"eduLevelRequire": "string",
"ContainsEduLevel": [
"string"
],
"exploreDetailUrl": "string"
}
]
}