Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created October 18, 2025 15:41
Show Gist options
  • Select an option

  • Save wullemsb/6f8f31d8a7f71024b40f663e8f599a58 to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/6f8f31d8a7f71024b40f663e8f599a58 to your computer and use it in GitHub Desktop.
# Create a new project
# @name createProject
POST {{HostAddress}}/api/projects
Content-Type: application/json
{
"name": "My New Project"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment