curl --location --request GET 'https://api.velosms.com/api/partners/viber-campaigns?PageNumber=1&PageSize=5' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_id": "<string>",
"verfication_id": "<long>",
"verfication_code": "<long>"
}'{
"data": [
{
"items": [
{
"id": 0,
"userId": 0,
"name": "string",
"scheduleDate": "2019-08-24T14:15:22Z",
"startDate": "2019-08-24T14:15:22Z",
"completionDate": "2019-08-24T14:15:22Z",
"timezone": 0.1,
"message": "string",
"status": "string",
"price": 0,
"currency": "string",
"messagesToSendCount": 0,
"messagesSentCount": 0
}
],
"totalCount": 0,
"pageSize": 0,
"pageNumber": 0
}
]
}