What I currently have is something like (endpoints/params are valid, I checked them using another tool)
from urllib import request
...
data = {"name":"abc", "fireDate":"123", "endLocationName":"home"}
request.post("http://someurl.com", json=data)
However, the alexa responds with
there is a problem with the requested skills response
Nothing is outputed on the AWS X-Ray.