Skip to content

Instantly share code, notes, and snippets.

@projectxcappe
Created January 16, 2018 22:15
Show Gist options
  • Save projectxcappe/b11c44ee309a9b599d3367d7bcfd0096 to your computer and use it in GitHub Desktop.
Save projectxcappe/b11c44ee309a9b599d3367d7bcfd0096 to your computer and use it in GitHub Desktop.
//modified curl method - Success
curl -d "[email protected]&password=test123" -X POST http://api.lineopener.com/index.php/api/login
{"status":1,"msg":"Login successfully","statuscode":201,"data":{"user_id":"2","email":"[email protected]","phone_number":"","password":"cc03e747a6afbbcbf8be7668acfebee5","fb_id":"","password_reset_code":"","status":"1","created":"2017-10-26 14:17:29","updated":"2017-10-26 14:17:29"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment