it seems like I have to get something really wrong on the Azure IoT Hub. I want to send a basic rest request to try testing it out.
I used postman for it and I already generated the SAS Token.
My URI is "https://xxxxx.azure-devices.net/devices/xxxxx/messages/api-version=2021-04-18". The first question would be where do I find my API-version? I saw that part in many other posts yet I donĀ“t know where to find the information. So I just decided to fill in the date where I created the instances.
My Second Question would be how should I classify the SAS Token in the header? Is Authentification the right parameter?
Thanks a lot for the help.