curl --location --request GET '/openapi/v0.9/model/api/v1/workspaces//files/123/tiles-list' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'{
"body": {
"code": 0,
"message": "success",
"data": {
"file_prefix": "reconstruction_output/post/b52c7946-dd07-4ed4-a4ac-880dbf0d9ed3/",
"tiles_list": {
"12": {
"3349": [
{
"begin_y": 1781,
"end_y": 1781
}
]
},
"13": {
"6701": [
{
"begin_y": 3570,
"end_y": 3570
}
]
}
}
}
}
}