``` @POST("auth/login/") fun loginUser(@Body e...
# android
o
Copy code
@POST("auth/login/")
    fun loginUser(@Body email: String, password: String): Observable<LoginResponse>
like this for example