curl --location --request POST 'https://openapi.italent.cn/idp/IdpGoal/Update?operatorId' \
--header 'Content-Type: application/json' \
--data-raw '{"_id":"7c99f4c0-eef6-4a81-b0c2-b7d21bc08e67","fieldDic":{"Name":"测试更新"}}'
{
"code": 0,
"message": "string",
"_id": "string",
"data": true
}