[
    {
      "model": "service.service",
      "pk": 1,
      "fields": {
        "category": 1,
        "title": "E-commerce Website",
        "slug": "ecommerce-website",
        "subtitle": "An advanced online store",
        "description": "This is an e-commerce service developed with React and Django.",
        "icon": "<svg></svg>",
        "keypoints": ["test key 1", "test key 2", "test key 3"],
        "featured_image": "service/service/featured_image/ecommerce.jpg",
        "created_at": "2023-10-01T00:00:00Z",
        "updated_at": "2023-10-01T00:00:00Z"
      }
    },
    {
      "model": "service.service",
      "pk": 2,
      "fields": {
        "category": 2,
        "title": "Social Media App",
        "slug": "social-media-app",
        "subtitle": "A cross-platform social network",
        "description": "A social media app built with Flutter for iOS and Android.",
        "icon": "<svg></svg>",
        "keypoints": ["test key 1", "test key 2", "test key 3"],
        "featured_image": "service/service/featured_image/social_media.jpg",
        "created_at": "2023-11-15T00:00:00Z",
        "updated_at": "2023-11-15T00:00:00Z"
      }
    }
  ]
  