im trying to login with a End-user account, is that even possible?
that's how I'm trying:
my Url
http://myurl.com/api/v1/login
Header:
Content-Type: application/json
Body:
{ "user_name":"end_user_name",
"password":"end_user_psw"}
return (error):
{
"status": 401,
"message": "No Mobile App Permission"
}