{
"service": "wcs",
"version": "1.1.2",
"request": "GetCoverage",
"Identifier":"world",
"BoundingBox":"-85,-50,85,50,urn:ogc:def:crs:EPSG::4326",
"Format":"tif"
}
curl --location --request POST 'http://172.16.1.44:9800/rest/services//image/wcs' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"service": "wcs",
"version": "1.1.2",
"request": "GetCoverage",
"Identifier":"world",
"BoundingBox":"-85,-50,85,50,urn:ogc:def:crs:EPSG::4326",
"Format":"tif"
}'
<?xml version="1.0" encoding="UTF-8"?>
<wcs:Coverages/>