curl --location --request POST '/v1.3/custom_audiences/update' \
--header 'access_token: <ACCESS_TOKEN>' \
--header 'timestamp: <TIMESTAMP>' \
--header 'nonce: <NONCE>' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "<ACCOUNT_ID>",
"audience_id": "<AUDIENCE_ID>",
"name": "客户人群",
"description": "客户人群描述"
}'{
"code": 0,
"message": "",
"message_cn": ""
}