id (string — required)SuccessResponseModelOfV2CampaignPricePreviewModelcurl --location --request POST 'https://api.veloconnect.me/api/v2/campaigns//calculate-price'{
"data": [
{
"campaignId": "string",
"totalRecipientsCount": 0,
"billableRecipientsCount": 0,
"messagesCount": 0,
"totalPrice": 0,
"currency": "string",
"channels": [
{
"campaignChannelId": null,
"providerType": null,
"priorityOrder": null,
"recipientsCount": null,
"billableRecipientsCount": null,
"messagesCount": null,
"totalPrice": null,
"currency": null,
"errors": null
}
],
"errors": [
"string"
]
}
]
}