curl --location --request POST '/v1.3/user_property_sets/add' \
--header 'access_token;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "<ACCOUNT_ID>",
"name": "test user_property_set",
"description": "just for test user_property_set"
}'
{
"code": 0,
"message": "",
"message_cn": "",
"data": {
"user_property_set_id": "123"
}
}