{
  "status": "success",
  "message": "Clients retrieved successfully",
  "data": [
    {
      "id": 1,
      "full_name": "Alice Johnson",
      "email": "alice@example.com",
      "phone_number": "+254712345678",
      "role": "client",
      "account_status": "active",
      "industry": "Technology",
      "created_at": "2025-09-21T15:00:00Z",
      "updated_at": "2025-09-21T15:00:00Z",
      "profile_image_url": "https://example.com/images/alice.png"
    },
    {
      "id": 2,
      "full_name": "Bob Smith",
      "email": "bob@example.com",
      "phone_number": "+254798765432",
      "role": "client",
      "account_status": "active",
      "industry": "Finance",
      "created_at": "2025-09-21T16:00:00Z",
      "updated_at": "2025-09-21T16:00:00Z",
      "profile_image_url": "https://example.com/images/bob.jpg"
    }
  ]
}
