{
"modules": [
{
"occupationModuleName": "string",
"occupationModuleCode": "string",
"occuationEditType": 0,
"occuationSplitSymbol": "string",
"occupationModuleValue": "string"
}
],
"occuationId": "string"
}curl --location --request PUT '/occupation/v1/occuation//module' \
--header 'token;' \
--header 'collegeId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"modules": [
{
"occupationModuleName": "string",
"occupationModuleCode": "string",
"occuationEditType": 0,
"occuationSplitSymbol": "string",
"occupationModuleValue": "string"
}
],
"occuationId": "string"
}'{}