{
"token": "string",
"userPropertyKey": "string",
"userPropertyValue": "string",
"enabled": true,
"offset": 0,
"limit": 0
}curl --location --request POST '/public-api/user/properties/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"userPropertyKey": "string",
"userPropertyValue": "string",
"enabled": true,
"offset": 0,
"limit": 0
}'