I am looking for a way to create a new project from snapshots in Configuration Manager in Jira Data Center using API calls. With https://jira/rest/configuration-manager/1.0/snapshots
, I get all the snapshots I have in the instance from which I can deploy a new project manually via the UI. I want to perform this process via API calls, where I will select the snapshot from which to create the new project and where I will enter the name and project key for the new project.