Authorization: Bearer ********************curl --location --request PUT 'https://v1.dev.bukalombok.com/v1/superadmin/management/shipment-services/e2d03035-4212-4646-b32a-950c25656e31' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"serviceType": "REGULAR"
}'{
"meta": {
"success": true,
"status": 200,
"message": "Shipping service berhasil diupdate"
},
"data": {
"id": "c654e52d-3543-4977-ba1a-61e5c5297179",
"code": "TEST",
"name": "Test Express",
"ServiceType": "EXPRESS",
"description": "Layanan pengiriman JNE",
"isActive": true,
"createdAt": "2025-12-04T05:21:49.160Z",
"updatedAt": "2025-12-04T05:27:20.678Z"
}
}