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