We are unable to create an order for a specific polygon for quite sometime, but earlier successful orders were created for the same polygon. Have been getting the response with error code 400 and message.
“error”: {
“status”: 400,
“reason”: “Bad Request”,
“message”: “Invalid request”,
“code”: “COMMON_BAD_PAYLOAD”,
“violation”: “Geometry must not have more than 100 points.”
The above error was not used to get before even with more than 100 geometry points. Please advise on this.
Thanks

