/auth - CreateToken
POST {{host}}/auth
Sending a request to this endpoint will generate a token that can be used in the Cookie header for PUT /booking/{id} and DELETE /booking/{id}
Request Body
{"username"=>"admin", "password"=>"password123"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |