curl --location --request GET 'https://dev-api.inwantaiwan.com/api/apps/v1/order?status=waiting_confirmation&search&page&limit'
{
"data": [
{
"id": 0,
"status": "string",
"grand_total": 0,
"created_at": "string",
"products": [
{
"id": 0,
"variant_id": 0,
"name": "string",
"image": "string",
"price": 0,
"discount": {
"type": "string",
"amount": 0
},
"quantity": 0
}
]
}
],
"meta": {
"current_page": 0,
"from": 0,
"last_page": 0,
"links": [
{
"url": "string",
"label": "string",
"active": true
}
],
"path": "string",
"per_page": 0,
"to": 0,
"total": 0
},
"links": {
"first": "string",
"last": "string",
"prev": "string",
"next": "string"
}
}