[
{
"jing_uuid": "string",
"code": "string",
"source_label": "string"
}
]curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/common/sourceField/update' \
--header 'app_id: ' \
--header 'access_token: {{access_token_ep}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"jing_uuid": "string",
"code": "string",
"source_label": "string"
}
]'{
"request_id": "12b21fc2e8be42e0b05394a78ff49778",
"code": 0,
"msg": "success",
"data": {
"success": 2
}
}