{
"occuationId": "string",
"occuationName": "string",
"specialtys": [
{
"specialtyId": "string",
"specialtyName": "string",
"categoryId": "string",
"majorId": "string",
"specialtyCategoryId": "string"
}
]
}curl --location --request PUT '/occupation/v1/occuation/' \
--header 'token;' \
--header 'collegeId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"occuationId": "string",
"occuationName": "string",
"specialtys": [
{
"specialtyId": "string",
"specialtyName": "string",
"categoryId": "string",
"majorId": "string",
"specialtyCategoryId": "string"
}
]
}'{}