Starts a session given a username/password and puts it into a cookie.
Bundles a username/password for authentication purposes.
POST /api/v1/login HTTP/1.1 Host: api.example.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 37 { "username": "text", "password": "text" }
Happy response. A set-cookie header will be present.
No content