curl --location --request PUT 'https://v1.dev.bukalombok.com/v1/superadmin/management/schedule-shipment/99f01fe5-f14d-43fe-b8e5-b93a3d5009cd' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"processingTime": 30,
"minDeliveryTime": 60,
"maxDeliveryTime": 120,
"slotTime": "09:30 - 00:00",
"bookingDeadline": 120,
"priceMultiplier": 3.2,
"shippingDate": "2025-11-05",
"maxCapacity": 100
}'{
"meta": {
"success": true,
"status": 200,
"message": "Shipping schedule berhasil diupdate"
},
"data": {
"id": "c2a1eb8c-004f-4027-835b-476409507e3f",
"serviceId": "75e7f90f-025e-4411-8b70-0b7fc481a526",
"processingTime": 30,
"minDeliveryTime": 60,
"maxDeliveryTime": 120,
"slotTime": "09:30 - 00:00",
"shippingDate": "2025-11-05T00:00:00.000Z",
"bookingDeadline": 120,
"priceMultiplier": "3.2",
"createdAt": "2025-11-03T11:51:12.260Z",
"maxCapacity": 100,
"bookedCount": 0,
"updatedAt": "2025-11-03T11:56:25.907Z",
"service": {
"id": "75e7f90f-025e-4411-8b70-0b7fc481a526",
"code": "BKK",
"name": "BKL Express"
}
}
}