curl --location --request POST '/v1.3/property_set_schemas/add' \
--header 'access_token: <ACCESS_TOKEN>' \
--header 'timestamp: <TIMESTAMP>' \
--header 'nonce: <NONCE>' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "<ACCOUNT_ID>",
"property_set_id": 123,
"user_id_type": "QQ",
"schemas": [
{
"name": "xxx",
"type": "string",
"descr": "备注"
}
]
}'{
"code": 0,
"message": "",
"message_cn": ""
}