{
"specialtyId": "string",
"occuationId": "string",
"source": 0,
"optionValues": [
{
"occupationModuleId": "string",
"occuationExploreOptionId": "string"
}
],
"handleId": "string"
}curl --location --request POST '/occupation/v1/explore/occuation/advice/report/generate' \
--header 'token;' \
--header 'collegeId;' \
--header 'sign;' \
--header 'nonceStr;' \
--header 'appVersion;' \
--header 'Content-Type: application/json' \
--data-raw '{
"specialtyId": "string",
"occuationId": "string",
"source": 0,
"optionValues": [
{
"occupationModuleId": "string",
"occuationExploreOptionId": "string"
}
],
"handleId": "string"
}'{
"handleId": "string",
"occuationId": "string",
"specialtyId": "string",
"source": 0,
"optionValues": [
{
"occupationModuleId": "string",
"occuationExploreOptionId": "string"
}
],
"finished": true,
"data": {
"occupationReportId": "string",
"occuationMatchScore": 0,
"occuationMatchType": 0,
"occuationMatchTypeString": "string",
"occuationAdvice": "string",
"actionPlan": "string",
"advantage": "string",
"disadvantage": "string"
},
"errMessage": "string"
}