{ "variables": [], "info": { "name": "Site creation sample", "_postman_id": "2dc56b53-2761-b601-b30d-465fa1f5f959", "description": "", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json" }, "item": [ { "name": "Add Site copy", "request": { "url": "{{Integrationlive_hostname}}/api/2/sites", "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{integrationlive_access_token}}", "description": "" }, { "key": "Auth-Type", "value": "OAUTH2", "description": "" }, { "key": "Content-Type", "value": "application/xml", "description": "" } ], "body": { "mode": "raw", "raw": "\n\nXMLAPITest11\nThis is site description\nThis is admin note for Demosite\n20 Oct 2014\n28 Feb 2022\n1\nService\n\n\n\n\n\n\n\n\n\n\n\n\nfiles (root folder)\n\n" }, "description": "" }, "response": [] } ] }