post
POST /backend/api/auth/login HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 53

"username='user123'&password='securepassword123'"
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Logged in successfully</message>
</object>