3. Change mysql username and password as per your installation GET /api/users/{username}/profile Get user profile by username GET /api/users/{username}/posts Get ...
The app defines following CRUD APIs. GET /api/v1/users POST /api/v1/users GET /api/v1/users/{userId} PUT /api/v1/users/{userId} DELETE /api/v1/users/{userId} ...