To login, you will have to send a POST request to the login method.
POST http://test.wela.online/api/method/login
usr=Administrator&pwd=admin
Response:
{ "full_name": "Administrator", "message": "Logged In" }