I create my first loopback project and model name I gave it as notes after starting the project I found in the localhost a model named user been created (but I didn't create it) and also found login and logout methods but don't know how it's working, when I tried it said "authorization required" since I'm new to LOOPBACK I need your help.
{
"error": {
"message" : "authorization required"
}
}