Hi,
It looks like your sending the data in the correct format. However, I think it's the way that you're sending the data that's causing the issue.
Your device should report property values in a different way from sending telemetry.
Take a look at https://learn.microsoft.com/azure/iot-central/core/howto-use-properties for more information. For complete examples in different programming languages, see https://learn.microsoft.com/azure/iot-central/core/tutorial-connect-device
Regards,
Dominic