LF8/requests/employee/createEmployee.http
Phan Huy Tran 928920a359
All checks were successful
Quality Check / Tests (pull_request) Successful in 1m9s
gitea-sonarqube-bot OK
Build PR / Build and analyze (pull_request) Successful in 1m48s
Quality Check / Checkstyle Main (pull_request) Successful in 38s
alter
2024-10-23 10:22:58 +02:00

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