cURL
curl --request POST \ --url https://shardcloud.app/api/apps \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form project='@example-file'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ZIP file containing the project (max 100MB)
App created successfully