Hi everyone, I'm attempting to make a call to your API, and it looks like I'm getting blocked by some CORS issues that I've never seen before. When I make an HTTP GET request via XHR, chrome checks options and the server returns a 422 Unprocessable Entity. This causes the CORS preflight to fail (I think) and prevents me making any requests to the server. When I make the request by just pasting the request in the chrome window it returns everything, but when I make the request via postman the request only succeeds every other attempt. Tested with V9 and V10, behavior consistent between both. I'm not sure where to go from here as I've never seen behavior like this from an API endpoint. Thanks in advance Conner Phillis