15 lines
299 B
HTTP
15 lines
299 B
HTTP
POST https://employee.szut.dev/employees
|
|
Authorization: Bearer {{auth_token}}
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"firstName": "Jan1",
|
|
"lastName": "Klattenhoff1",
|
|
"street": "Pirolweg 171",
|
|
"postcode": "27777",
|
|
"city": "Gandakersee1",
|
|
"phone": "0176849848161",
|
|
"skillSet": [
|
|
"1"
|
|
]
|
|
} |