package com.kmalbz data class ApiResponse( val status: String, val message: String )