Authorization: Bearer ********************[
{
"service_id": 14,
"track_number": "80086789513804",
"unit_id": 22,
"new_track_number": "80086789513820",
"destination_idex": 10523,
"destination": "destination address",
"phone": "79001234568",
"email": "test2@mail.me",
"name": "Иванов Иван222",
"order_number": "Н-124",
"price": 125.55,
"payment_type": 1,
"note": "note",
"arrival_at": "2023-05-20 00:00:00",
"return_at": "2023-05-25 00:00:00",
"status_id": 4475
}
]curl --location --request PUT 'https://api.deliverycrm.ru/v3/tracks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"service_id": 14,
"track_number": "80086789513804",
"unit_id": 22,
"new_track_number": "80086789513820",
"destination_idex": 10523,
"destination": "destination address",
"phone": "79001234568",
"email": "test2@mail.me",
"name": "Иванов Иван222",
"order_number": "Н-124",
"price": 125.55,
"payment_type": 1,
"note": "note",
"arrival_at": "2023-05-20 00:00:00",
"return_at": "2023-05-25 00:00:00",
"status_id": 4475
}
]'[
{
"track": "string"
}
]