400 http error while sending data via retrofit to flask server with kotlin Flask flyf35 — 8 April 2023 · Comments off Solution interface SimpleApi { @POST("adamapi") suspend fun pushPost( @Body body: Item2 ): Response }