LF8/requests/employee/createEmployee.http

12 lines
242 B
Plaintext
Raw Normal View History

2024-10-02 10:43:07 +00:00
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"
}