curl --location '/api/guest/orders/abc-guest'{
"code": 0,
"message": "string",
"data": [
{
"id": 0,
"userId": 0,
"jsonPath": "string",
"pcbParams": "string",
"gerberPath": null,
"price": null,
"currency": null,
"priority": null,
"customOrderName": null,
"status": "string",
"remark": null,
"country": null,
"createdAt": "string",
"updatedAt": "string",
"deleted": true
}
]
}