ApiRequestMatchContactsDataModel

data class ApiRequestMatchContactsDataModel (
    val contacts: ArrayList<String>
    )