{
    "status": true,
    "message": "All users",
    "total": 4,
    "data": [
        {
            "id": 1,
            "name": "John Doe",
            "email": "john@example.com",
            "phone": "+8801700000001",
            "city": "Dhaka"
        },
        {
            "id": 2,
            "name": "Jane Smith",
            "email": "jane@example.com",
            "phone": "+8801700000002",
            "city": "Chittagong"
        },
        {
            "id": 3,
            "name": "Robert Brown",
            "email": "robert@example.com",
            "phone": "+8801700000003",
            "city": "Sylhet"
        },
        {
            "id": 4,
            "name": "Sarah Wilson",
            "email": "sarah@example.com",
            "phone": "+8801700000004",
            "city": "Khulna"
        }
    ]
}