{
"status": 200,
"data": {
"orders": [
{
"orderId": 1322214,
"customerOrderID": "251231-043",
"status": "complete",
"pins": [
{
"customerManagedCode": "251231-043-01",
"imageUrl": "https://example.com/image.png",
"completedAt": "2025-12-30T11:59:15.714Z"
},
{
"customerManagedCode": "251231-043-02",
"imageUrl": "https://example.com/image2.png",
"completedAt": "2025-12-30T12:59:15.714Z"
}
],
"additionalPrices": [
{
"reason": "delay",
"amount": 3300,
"adminComment": "미배차할증",
"createdAt": "2025-12-30T10:58:06.470Z"
}
],
"riderName": "홍길동",
"riderPhoneNumber": "01012341234",
"matchedAt": "2025-12-31T00:05:13.211Z"
},
{
"orderId": 1322215,
"customerOrderID": "251231-044",
"status": "waiting",
"pins": [
{
"customerManagedCode": "251231-044-01",
"imageUrl": "",
"completedAt": null
},
{
"customerManagedCode": "251231-044-02",
"imageUrl": "https://example.com/image2.png",
"completedAt": null
}
],
"additionalPrices": [],
"riderName": "홍길동",
"riderPhoneNumber": "01012341234",
"matchedAt": "2025-12-31T00:05:13.211Z"
}
]
}
}