curl --location --request GET 'https://api.velosms.com/api/partners/viber-messages-summaries?Currency=&From=&To=&CampaignId=' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"data": [
{
"providerType": "string",
"total": 0,
"delivered": 0,
"failed": 0,
"expenditure": 0,
"currency": "string"
}
]
}