List projects
documentedList all projects.
POST https://goapi.unisender.ru/ru/transactional/api/v1/project-list.jsonProjectsno 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://goapi.unisender.ru/ru/transactional/api/v1/project/list.json" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-API-KEY: {{UNISENDER_API_KEY}}" \
-d '{"project_id": "{{$project_id}}", "project_api_key": "{{$project_api_key}}"}'