curl --request PUT \
--url https://apigw.bienport.com/api/panel/sensor/{resourceSensorId}/update-description \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'OrganizationId: <organizationid>' \
--data '{
"locale": "en_US",
"description": "Kitchen PIR"
}'