List all custom domains for a projectThis endpoint lists all custom domains for a projectEndpoint#/v1/projects/{project_id}/domainsCopyEndpoint Method#GETAuthentication required?#Yes. You must set the Authorization header to your persistent token. You can learn how to find it here.Sample response:#{ "items": [ { "hostname":"aboutdavid.me" }, { "hostname":"notebook.aboutdavid.me" }, { "hostname":"chameleon.js.org" } ]}Copy