For now, I\'m using this:
@POST("http://some url") suspend fun authorize(@Body auth: AuthRequest): AuthResponse
It works. But now I\