curl --location --request GET '/occupation/v1/occuation//module?occuationId' \
--header 'token;' \
--header 'collegeId;'{
"occuationId": "string",
"modules": [
{
"occupationModuleName": "string",
"occupationModuleCode": "string",
"occuationEditType": 0,
"occuationSplitSymbol": "string",
"occupationModuleValue": "string"
}
]
}