Specify this method for Retrofit as a post request to /auth/login:
interface AuthService {
/* your code here */
suspend fun login(): LoginResponse
}Specify this method for Retrofit as a post request to /auth/login:
interface AuthService {
/* your code here */
suspend fun login(): LoginResponse
}Create a free account to access the full topic