Signup User
POST https://eisenhowermatrixapp.herokuapp.com/users
Add your email and password and get signed-up into the Eisenhower matrix app it will give you the token paste that token in the token variable in the environment.
Request Body
{"email"=>"{{email}}", "password"=>"{{password}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |