API Back-end for bookmark
{
Content-Type: application/json
Accept: application/json
}
{
method:POST
uri:signup
body:{ "user": { "name": "acme" , "email":"[email protected]", "password":"1234567", "password_confirmation":"1234567" } }
}
{
method:POST
uri:authenticate
body:{"email":"[email protected]", "password":"1234567"}
}