I'm trying to make an automation that allows the user to send data to a
server in the web via HTTP POST, and automatically receive data form
this server when its available via HTTP GET.The POST part is solved
already, by simply calling it from the me...