curl --location --request POST 'https://openapi.italent.cn/TargetManagementOpen/api/v2/MObjectiveExternal/GetMObjList' \
--header 'Content-Type: application/json' \
--data-raw '{
"param": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"columns": [
"string"
]
}'{
"data": {
"property1": "string",
"property2": "string"
},
"code": 0,
"message": "string"
}