LF8/requests/employee/createEmployee.http
Phan Huy Tran c5eeabbdff
Some checks failed
Quality Check / Tests (pull_request) Successful in 57s
Quality Check / Checkstyle Main (pull_request) Successful in 46s
Build PR / Build and analyze (pull_request) Successful in 1m56s
gitea-sonarqube-bot ERROR
WIP
2024-10-02 12:31:59 +02:00

12 lines
242 B
HTTP

POST https://employee.szut.dev/employees
Authorization: Bearer {{auth_token}}
Content-Type: application/json
{
"firstName": "yomom",
"lastName": "yomom",
"street": "yomom",
"postcode": "yomom",
"city": "yomom",
"phone": "yomom"
}