file)SuccessResponseModelOfV2CampaignCsvParseResultModelcurl --location 'https://api.veloconnect.me/api/v2/campaigns/parse-csv' \
--form 'file=@""'{
"data": [
{
"phoneNumbers": [
"string"
],
"totalRows": 0,
"validCount": 0,
"skippedCount": 0,
"errors": [
"string"
]
}
]
}