[
{
"code": "string",
"source_label": "string"
}
]
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/common/sourceField/create' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"code": "string",
"source_label": "string"
}
]'
{
"request_id": "6fbab1913fe849898b906386b4c56d0b",
"code": 0,
"msg": "success",
"data": [
{
"code": "utm_content",
"jing_uuid": "Ljh63oYcYmq3CDkmdeBJ66",
"source_label": "jinyong"
},
{
"jing_uuid": "xyGVz4G4rtYo8oWX43NjHh",
"code": "utm_content",
"source_label": "jinyong1"
}
]
}