curl --location --request GET '/occupation/v1/occuation/?occuationId' \
--header 'token;' \
--header 'collegeId;'{
"occuationId": "string",
"occuationName": "string",
"reportContent": "string",
"status": 0,
"specialtys": [
{
"specialtyId": "string",
"specialtyName": "string",
"categoryId": "string",
"majorId": "string",
"specialtyCategoryId": "string"
}
]
}