The underlying transport framework, fastify only provides content type parsing for application/json and text/plain. We already have a content type parser for application/json+cloudevent, but if the event data is anything other than text of JSON, the request will fail.
We should use Fastify's catch-all content type handler to deal with this.