Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 354 Bytes

problem5.md

File metadata and controls

14 lines (8 loc) · 354 Bytes

The following url have a code. Your task is to create a txt file with the code and puh it to the repo.

http://staging.maestre.co/api/sessions/

Example

curl -X POST -H "Content-Type: application/json" -d '{"email":"hackermantion","password":"bad_password"}' http://staging.maestre.co/api/sessions/

Notes: Content type is json.

POINTS: 2