Problem with geojson request

I want to request sentinel 2 image in png with a geojson multipolygon. My geojson is pretty big and I’m returning the follow error. what this kind of error means?

“status”: 400,
“reason”: “Bad Request”,
“message”: "Request payload invalid: Cannot deserialize instance of org.geojson.LngLatAlt out of VALUE_NUMBER_FLOAT token\n at [Source: (StringReader); line: 9, column: 38] (through reference chain: com.sinergise.sentinel.api.process.request.ProcessRequestBase["input"]->com.sinergise.sentinel.api.process.request.Input["bounds"]->com.sinergise.sentinel.api.process.request.Bounds["geometry"]->org.geojson.MultiPolygon["coordinates"]->java.util.ArrayList[0]->java.util.ArrayList[0]->java.util.

Hi,

I’m not able to replicate your error. Please be more specific with what you mean by pretty big. E.g. how many features are in your geojson and how many vertices. Is the geojson able to be opened in QGIS, for example?