feat: Implement add employee to project route (SCRUM-2) #32
2 changed files with 7 additions and 7 deletions
|
@ -3,10 +3,10 @@ Authorization: Bearer {{auth_token}}
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"firstName": "yomom",
|
||||
"lastName": "yomom",
|
||||
"street": "yomom",
|
||||
"postcode": "yomom",
|
||||
"city": "yomom",
|
||||
"phone": "yomom"
|
||||
"firstName": "Jan",
|
||||
"lastName": "Klattenhoff",
|
||||
"street": "Pirolweg 17",
|
||||
"postcode": "27777",
|
||||
"city": "Gandakersee",
|
||||
"phone": "017684984816"
|
||||
}
|
Loading…
Add table
Reference in a new issue