Send a POST request to an API endpoint.

Input

PropertyTypeRequiredDescription
urlSHORT_TEXTYesThe URL of the API endpoint to send the POST request to.
dataOBJECTYesThe JSON data to send in the POST request.
headersOBJECTNoThe headers to include in the POST request.

Sample Output

{
  "response": "Sample response"
}