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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"token":"in"}