Authorization: Bearer ********************curl --location --request POST 'https://connect.dispatchable.com/automations/api/v1/automation-queues/process' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"data": [
{
"queue_uuid": "83ae5468-2e6f-4c3d-9525-dbe12227ec2e",
"step_executed": "string",
"status": "processing",
"message": "string"
}
],
"message": "string",
"success": true
}