/api/v0/deploymentsPOSTapplication/jsonrequired1Max length: 512^[a-f0-9]+$Min length: 64Max length: 642001Max length: 200^\/[a-z0-9\-_/]*\/$Max length: 200curl -X POST "https://api.example.com/api/v0/deployments" \ -H "Content-Type: application/json" \ -d '{ "files": [ { "path": "string", "hash": "string" } ], "projectId": "string", "branch": "string", "preview": true, "name": "string", "basePath": "string" }'