{
"handleId": "string",
"industryType": 0,
"industryId": "string",
"positionId": "string",
"postIds": [
"string"
],
"isSyncDel": true
}curl --location --request POST '/occupation/v1/position/sync' \
--header 'token;' \
--header 'collegeId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"handleId": "string",
"industryType": 0,
"industryId": "string",
"positionId": "string",
"postIds": [
"string"
],
"isSyncDel": true
}'{
"handleId": "string",
"finished": true,
"errorMsg": "string",
"successCount": 0,
"repeatCount": 0
}