curl --location --request GET '/occupation/v1/explore/specialty?specialtyName' \
--header 'token;' \
--header 'collegeId;' \
--header 'sign;' \
--header 'nonceStr;' \
--header 'appVersion;'{
"data": [
{
"specialtyId": "string",
"specialtyName": "string"
}
]
}