Евгений Попович
09/23/2021, 12:36 PM@Serializable
data class ReportUserResponse(
val message: String,
val code: Int,
)
without having to create another class with a 'response' field
?Евгений Попович
09/23/2021, 2:39 PMNarek Mailian
09/23/2021, 6:49 PM