login User

POST https://eisenhowermatrixapp.herokuapp.com/users/login

Existing user sign-In and get their token and paste it into the token variable in the environment.

Request Body

{"email"=>"{{email}}", "password"=>"{{password}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring