@POST("jwt/login")
    @FormUrlEncoded
    suspend fun getJwtWithEmail(@FieldMap params: Map<String, String>): Response<JsonObject>