Skip to content

Commit

Permalink
πŸ“ νšŒμ›κ°€μž… HTTP Client 호좜 μΆ”κ°€(#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jun108059 committed Jul 7, 2022
1 parent 949e705 commit 439106b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions http/01_Member.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### 1. νšŒμ›κ°€μž… API (USER)
POST http://localhost:8080/v1/member
Content-Type: application/json

{
"name": "λ°•μ˜μ€€",
"email": "[email protected]",
"type": "USER"
}

### 1-1.νšŒμ›κ°€μž… API (COMPANY)
POST http://localhost:8080/v1/member
Content-Type: application/json

{
"name": "μ˜μ€€ μ—”ν„°",
"email": "[email protected]",
"type": "COMPANY"
}

0 comments on commit 439106b

Please sign in to comment.