curl --location --request GET 'http://test-cn.your-api-server.com/api/order'
[
{
"id": 0,
"receiver": "string",
"address": "string",
"tel": "string",
"createdAt": "2019-08-24T14:15:22Z",
"items": [
{
"id": 0,
"book": {
"id": 0,
"title": "string",
"author": "string",
"description": "string",
"price": 0,
"cover": "string",
"sales": 0
},
"number": 0
}
]
}
]