Create new site in illu when a project is greenlit
Example code:
curl -X 'POST' https://api.illu.works/orgs/{org_id}/sites \ -H 'Authorization: Bearer API_KEY' \ --json '{"name": "New project", "address"="100 John Smith Way"}'
Last updated 1 year ago