{
"tifPath": "string",
"polygonsCoords": [
[
[
0
]
]
]
}curl --location '/$$/workspaces/crop' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"tifPath": "string",
"polygonsCoords": [
[
[
0
]
]
]
}'{
"code": 0,
"message": "success",
"data": "裁剪成功!"
}