curl --location --request GET '/openapi/v0.9/wayline/api/v1/workspaces//recon-waylines?key&or_smart_oblique_on&order_by&page&size&smart_oblique_on&template_type&uuid&workspaceID' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'
{
"code": 0,
"message": "string",
"data": {
"list": [
{
"file_type": 0,
"id": "string",
"incline_gsd": 0,
"is_smart_oblique_on": true,
"name": "string",
"ortho_gsd": 0,
"recent_flight_at": 0,
"template_types": [
0
],
"update_at": 0
}
],
"pagination": {
"page": 0,
"page_size": 0,
"total": 0
}
}
}