Making an HTTP(S) call is fairly easy from the ESP32 Edgent sketch. This uses GET to post data to the Blynk server, but a POST is also possible…
You use the HTTPClient.h
library, declare an HTTPClient object, then make call using [object].POST
No credentials are required.
Pete.