First, install dependencies:
yarn install
# or
npm installNext, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000/api/v1/sessions with your browser to see the result.
Note: API_KEY was intentionally included for the sake of testing.