Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Method of the request
GET, POST, PUT, PATCH, DELETE "POST"
Path of the request
"/employees"
headers of the request
{ "Content-Type": "application/json" }params of the request
{ "a": 1, "b": 2 }Body of the request
{ "a": 1, "b": 2 }format of the request
JSON, XML, MULTIPART "JSON"
format of the response
JSON, XML, MULTIPART "JSON"
timeout of the request
300
Successful Response