Phan Huy Tran
1008278fde
Co-authored-by: Phan Huy Tran <p.tran@neusta.de> Reviewed-on: #32 Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com> Co-authored-by: Phan Huy Tran <ptran@noreply.localhost> Co-committed-by: Phan Huy Tran <ptran@noreply.localhost>
12 lines
265 B
HTTP
12 lines
265 B
HTTP
POST https://employee.szut.dev/employees
|
|
Authorization: Bearer {{auth_token}}
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"firstName": "Jan",
|
|
"lastName": "Klattenhoff",
|
|
"street": "Pirolweg 17",
|
|
"postcode": "27777",
|
|
"city": "Gandakersee",
|
|
"phone": "017684984816"
|
|
} |