curl --location '/api/orders/2' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiZW1haWwiOiJ0ZXN0dXNlckBleGFtcGxlLmNvbSIsInJvbGUiOiJjbGllbnQiLCJpYXQiOjE3NTI0NDU3NzAsImV4cCI6MTc1MzA1MDU3MH0.BkHF8OrgoOrKtO-uMYMWUjl3Euj7v5YGBkeVsN0BGY4'{
"code": 0,
"message": "string",
"data": {
"id": 0,
"userId": 0,
"jsonPath": "string",
"pcbParams": "string",
"gerberPath": null,
"price": null,
"currency": null,
"status": "string",
"remark": null,
"country": null,
"createdAt": "string",
"updatedAt": "string",
"deleted": true
}
}