curl --location --request GET 'http://gykj123.cn:9000/middleground-rsanalysis-sample/api/v1/workspace/markExtent?mark=252133395927109' \
--header 'token: {{access_token}}'
{
"timestamp": 1673573948364,
"datetime": "2023-01-13T09:39:08.364",
"code": 200,
"message": "成功",
"success": true,
"data": {
"minx": 115.07419188812743,
"maxx": 115.68436765507522,
"miny": 38.12211444444444,
"maxy": 38.40624651613447,
"ewkt": "SRID=4326;POLYGON((115.07419188812743 38.12211444444444,115.07419188812743 38.40624651613447,115.68436765507522 38.40624651613447,115.68436765507522 38.12211444444444,115.07419188812743 38.12211444444444))",
"geojson": {
"coordinates": [
[
[
115.07419188812743,
38.12211444444444
],
[
115.07419188812743,
38.40624651613447
],
[
115.68436765507522,
38.40624651613447
],
[
115.68436765507522,
38.12211444444444
],
[
115.07419188812743,
38.12211444444444
]
]
],
"type": "Polygon"
}
}
}