gaetan
inline fun <reified T : Any> RequestContent.getFromJson(): T = mapper.readValue<T>(get<String>())