curl --location --request POST 'https://connect.dispatchable.com/automations/api/v1/automation-queues' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"item_id": 199,
"item_type": "App\\Models\\Load"
}'{
"data": [
{
"id": 0,
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"automation_id": 0,
"company_uuid": "aba69bec-94b3-48e8-9737-4f951465d0f8",
"item_id": 0,
"item_type": "string",
"status": "pending",
"next_step_number": 0,
"last_step_id": 0,
"last_step_executed_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"message": "2 automation(s) queued.",
"success": true
}