aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/Endpoints/V1/Projects/_calls.http
blob: af0eba686be88f4b31182525afeb82148c443590 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
### Create Project
GET https://localhost:5001/v1/projects/create
Accept: application/json
Content-Type: application/json
Cookie: "" 

{
  "": ""
}

### Get Projects
POST http://localhost