Add landing page
documentedCreate a new unpublished landing page.
POST /landing-pagesLanding Pagesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{MAILCHIMP_SERVER}}.api.mailchimp.com/3.0/landing-pages" \
-X POST \
-u "anystring:{{MAILCHIMP_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"title": "{{$title}}", "slug": "{{$slug}}", "list_id": "{{$list_id}}"}'