Is there a way to turn off muuntaja/serialisation for a specific route, i.e., for a particular route, just give me the raw body (for all other roues, continue to use muuntata/serialisation)?
If the data is not large (say dozens of bytes or so), would it be possible to just deserialize the body back as the raw body?
That's what I ended up doing 🙂
Thankfully, the endpoint isn't used a lot.