Because it is demo app first api is going to be like:
GET /api/version - version of reporting service
GET /api/reports/{entity}/{id}/?reportRtpe=&outFormat=&fromDate=&toDate=
POST /login
BODY (json)
{
"login": "admin",
"password": "myPasswd"
}
POST /logout