curl --location --request GET '/occupation/v1/explore/occuation//module/options?occuationId' \
--header 'token;' \
--header 'collegeId;' \
--header 'sign;' \
--header 'nonceStr;' \
--header 'appVersion;'{
"data": [
{
"occupationModuleId": "string",
"occupationModuleName": "string",
"occupationModuleCode": "string",
"occupationModuleValue": "string",
"options": [
{
"occuationExploreOptionId": "string",
"occuationExploreOptionName": "string",
"isDefaultChoice": true
}
]
}
]
}