Stitch Chrome OPTIONS pre-flight support

Am I doing something wrong but I seen to be unable to POST to a webhook endpoint in Stitch from Chrome as I get a 404 when an OPTIONS pre-flight check is sent.

OPTIONS method is not in list of types or supported if ANY is chosen.
In Postman sending an OPTIONS method returns 404 for the endpoint.
How do you POST any data in a CORS setup?