curl --location '/workflows//run' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"conversation": {
"id": "string",
"phone": "string",
"status": "string",
"tags": [
"string"
],
"customerId": "string",
"customerName": "string"
},
"message": {
"id": "string",
"text": "string",
"fromMe": true,
"timestamp": "string",
"mediaType": "string",
"mediaId": "string"
},
"variables": {
"property1": "string",
"property2": "string"
},
"async": true
}'{
"status": "running",
"executionId": "string",
"workflowId": "string",
"stepResults": [
{}
],
"variables": {},
"startedAt": "2019-08-24T14:15:22.123Z",
"completedAt": "2019-08-24T14:15:22.123Z",
"error": "string"
}