LF8/requests/employee/createEmployee.http
Phan Huy Tran ffefb5a72e
Some checks failed
Build PR / Build and analyze (pull_request) Failing after 1m6s
Quality Check / Tests (pull_request) Failing after 1m7s
Quality Check / Checkstyle Main (pull_request) Successful in 23s
Fix tests
2024-10-23 14:46:44 +02:00

15 lines
300 B
HTTP

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