Created
October 18, 2025 15:41
-
-
Save wullemsb/6f8f31d8a7f71024b40f663e8f599a58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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