curl --location --request GET '/orders/detail/24?ids=37,38' \
--header 'authorization: eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX2tleSI6ImIyNmI4YjZlLTI1MDEtNDFmNC04MDhmLTJlNTE1OWIxYWQ0MSIsInVzZXJuYW1lIjoiYWRtaW4ifQ.JGQG7_0V-aujiWKacWiBjkOfbbnlLC-vu1rT1xvoe-CgpUm5Gb6iDb6GLykfkWCMZ9mVCurZtzx7yz7dAmFyVQ'{
"ProductsVo": [
{
"orderItems": {
"id": 0,
"createdAt": "string",
"name": "string",
"price": 0,
"quantity": 0,
"subtotalAmount": 0,
"updatedAt": "string",
"orderId": 0,
"productId": 0
},
"products": {
"id": 0,
"approvalStatus": "string",
"createdAt": "string",
"description": "string",
"marketPrice": 0,
"name": "string",
"origin": "string",
"price": 0,
"productImages": "string",
"shippingFee": 0,
"status": "string",
"stock": 0,
"unit": "string",
"updatedAt": "string",
"categoryId": 0,
"farmerId": 0
}
}
],
"order": [
{
"id": 0,
"createdAt": "string",
"orderNo": "string",
"orderStatus": "string",
"payAmount": 0,
"paymentMethod": null,
"paymentTime": "string",
"receivedTime": null,
"remarks": null,
"shippingFee": 0,
"shippingTime": null,
"totalAmount": 0,
"updatedAt": "string",
"addressId": 0,
"farmerId": 0,
"userId": 0
}
]
}