curl --request POST \
--url https://api-lg-k-h1.arms.cedarai.com/t/v1/setout-cars \
--header 'Carrier: <carrier>' \
--header 'Content-Type: application/json' \
--header 'x-arms-api-key: <api-key>' \
--header 'x-arms-assume-user: <api-key>' \
--data '
{
"work_order_id": "12345",
"items": [
{
"setout_task_id": "task_001",
"track_id": 67890,
"position": 1
},
{
"equipment_id": 55555,
"track_id": 67890,
"position": 2
}
],
"exceptions": []
}
'