A class for the welcome endpoint

GET /
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "welcome_message": "Welcome to dont-forgetter API! To get started, use the /user/register endpoint to create an account. If using the API via browser, you can log in using the button at top right. Otherwise, please use the /user/login endpoint to obtain a JWT token. Provide this token in the headers of your requests in order to access data requiring authentication. To create events and notes, visit /event and /note endpoints respectively. Documentation: https://dont-forgetter.rest/docs/ and https://github.com/zmilv/dont-forgetter"
}