Create a new JWT for authentication and set a cookie if using HTTP
POST {{baseUrl}}/api/v1/session
Request Body
{"password"=>"Duis tempor aute ex", "token"=>"sit laboris irure", "username"=>"deserunt id nulla"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"token":"in"}