ApiAreaCodesDataModel

data class ApiAreaCodesDataModel(
    val code: String,
    val country: String,
    val iso: String
)