package com.burhanstore.neonbubblequest.Utils.response data class CoinAddResponse( val success: Boolean, val message: String?, val coin: String?, val xp: String?, val totalwork: String?, )