I am using webhook to access the API and currently both the orders which are currently being placed and which are saved both are having the same flag for both state and paymentState, i.e. "OPEN". It becomes difficult to guess the orders which are saved and I just need the orders which are saved by the user. Is there a way to do so? I have read the documentation and checked the API response multiple times and I am using https://sandbox.dev.clover.com/v3/merchants/{mId}/orders/{orderId} for getting order details of a single order.