curl --location 'https://app.mgpanel.co/api/campaigns//status' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"campaign_id": "507f1f77bcf86cd799439011",
"status": 70,
"status_label": "sent",
"metrics": {
"sent": 100,
"delivered": 98,
"opened": 40,
"clicks": 12,
"failed": 2
}
}