1. I want to automate sending campaigns in MailWizz API
2. I copied a campaign by
POST https://mailwizz.com/api/index.php/campaigns/nh251rq9ma5f7/copy (https://api-docs.mailwizz.com/#copy-a-campaign)
3. I changed some info in the email by
PUT https://mailwizz.com/api/index.php/campaigns/br752zt246ce6 (https://api-docs.mailwizz.com/#update-a-campaign),
JSON was {"campaign": { "name": "email1", "send_at": "2025-07-14 10:00:00"}}, and it worked
4. Now I need to send it - but there is nothing in the docs about it. I don't know how to do it. I tried to send a payload { "campaign": { "status": "sending"}} and a few others, nothing works, status is still in "draft"
Please help me
2. I copied a campaign by
POST https://mailwizz.com/api/index.php/campaigns/nh251rq9ma5f7/copy (https://api-docs.mailwizz.com/#copy-a-campaign)
3. I changed some info in the email by
PUT https://mailwizz.com/api/index.php/campaigns/br752zt246ce6 (https://api-docs.mailwizz.com/#update-a-campaign),
JSON was {"campaign": { "name": "email1", "send_at": "2025-07-14 10:00:00"}}, and it worked

4. Now I need to send it - but there is nothing in the docs about it. I don't know how to do it. I tried to send a payload { "campaign": { "status": "sending"}} and a few others, nothing works, status is still in "draft"
Please help me