is the proper way to handle a route that doesn't r...
# squarelibraries
k
is the proper way to handle a route that doesn't return a response body this?
Copy code
@POST(...)
suspend fun foo(@Body body: MyObject): Response<Unit>