GET / HTTP/1.1 
Host: dazzle.io
Accept: application/json 
User-Agent: 
HTTP/1.1 200 OK 
Last-Modified: 2024-01-24T12:26:10.825Z 
Content-Length: 
Content-Type: application/json; charset=utf-8 
Date: 
{
  "title": "Dazzle API Home",
  "navigation": [
    "{internal}/about",
    "{internal}/career",
    "{internal}/works",
    "{internal}/articles",
    "{internal}/hobbies",
  ],
  "content": "Hello, my name is Sebastien Bartoli. I am a web engineer and consultant in APIs & sustainable digital services, with over 10 years of experience. Currently based in Paris, France.",
  "contacts": [
    {
      "network": "Mastodon",
      "link": "https://mstdn.io/@sebastien"
    },
    {
      "network": "Linkedin",
      "link": "https://linkedin.com/in/sebastienbartoli"
    },
    {
      "network": "Email",
      "link": "mailto:sebastien@dazzle.io"
    },
    {
      "network": "Phone",
      "link": "tel:+33781451711"
    }
  ]
}