curl --location --request POST '/v1.3/property_sets/add' \
--header 'access_token;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "<ACCOUNT_ID>",
"name": "数据源名称",
"icon": "https://xxx.jpg"
}'
{
"code": 0,
"message": "",
"message_cn": "",
"data": {
"property_set_id": 10054
}
}