Hi
so I am using XBEE 3G to send data as JSON to a PostgreSQL database on AWS using TX IPv4
however, I don't know how to construct the payload
the example provided by digi consists of simple HTTP GET
what I want is HTTP POST and other parameters like host, key, etc...
also how to wite the data in JSON format
Regards