{
  "usage": "This is a dummy API for testing purposes. Find the available endpoints below. The DUMMY_API_KEY is given below as well.",
  "endpoints": {
    "/auth": "POST to get a new access and refresh token. Requires header Authorization: Bearer <DUMMY_API_KEY>",
    "/auth/refresh": "POST to get a new access token from a refresh token. Requires header Authorization: <refreshToken>",
    "/location": "POST to update a location. Requires header Authorization: <accessToken> and a body with longitude and latitude."
  },
  "DUMMY_API_KEY": "xdk8ih3kvw2c66isndihzke5"
}