{
"meta": {
"success": true,
"status": 200,
"message": "1 Courier berhasil diambil"
},
"data": [
{
"id": "5ef8eb95-832c-472d-8585-b84988a20076",
"name": "Fajar Nugroho",
"role": "PICKUP_COURIER",
"status": "ACTIVE",
"email": "fajar.nugroho@gmail.com",
"isActive": true,
"motor": {
"id": "3746c204-481e-4248-88c4-4880c9bbaf51",
"vehicleType": "Pickup",
"vehicleBrand": "Honda",
"vehicleModel": "Beat",
"vehicleColor": "Hitam",
"vehicleNumber": "B2992XYZ",
"status": "ACTIVE",
"createdAt": "2025-10-03T09:09:44.503Z",
"updatedAt": "2025-10-03T09:09:44.503Z"
},
"address": {
"id": "bdb82727-7c44-4a15-b032-a7a52c326e84",
"fullAddress": "Jl. Fajar Nugroho No. 1, Dasan Tapen, Gerung",
"latitude": -8.68723962491735,
"longitude": 116.1103123003899,
"zipCode": "83363"
},
"shippingCenter": {
"id": "c7d23023-78d7-42ad-9eff-b0efdbf26165",
"name": "Gudang Lombok Barat 1",
"code": "LBR-001"
},
"createdAt": "2025-10-03T09:09:44.503Z",
"updatedAt": "2025-10-03T09:09:44.503Z"
}
],
"pagination": {
"totalItems": 1,
"perPage": 1,
"totalPages": 1,
"currentPage": 1
}
}