curl --location --request POST 'https://sux.chatsight.ai/api/properties/features' \
--header 'Authorization: Bearer <API_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "property_id": <PROPERTY_ID>
}'