If I have a lens with the following signature `val...
# http4k
k
If I have a lens with the following signature
val responseBody = Body.auto<MyCustomDataClass>().toLens()
how can I provide it an instance of
MyCustomDataClass
and get the serialised JSON back? (as a
String
)