async fn get_mentimeter_oembed_data(
query_params: Query<OEmbedRequest>,
app_conf: Data<ApplicationConfiguration>,
pool: Data<PgPool>,
) -> ControllerResult<Json<OEmbedResponse>>
async fn get_mentimeter_oembed_data(
query_params: Query<OEmbedRequest>,
app_conf: Data<ApplicationConfiguration>,
pool: Data<PgPool>,
) -> ControllerResult<Json<OEmbedResponse>>