LF8/requests/employee/createEmployee.http
Phan Huy Tran b5f93708c1 Implement
2024-10-23 10:15:05 +00:00

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"
]
}