ApiResponseMatchContactsDataModel

data class ApiResponseMatchContactsDataModel (
    val contactMatches: ArrayList<String>
)