Hello!
I have a project, where I use STM32F4 uc with the STM wifi module. This module only communicates with HTTP GET and POST methods.
I was wondering, if I could reach/add new entry to my newly created data dashboard with calls like:
POST - Cayenneclinet-ID
/password
/tempAct,c=21.3
Basically, if I could create string, which then I could also test on this site:
https://apitester.com/
Thank you!