| ID |
Name |
Email |
Age |
City |
Created At |
Actions |
| 1 |
Ali Hamza |
example@gmail.com |
29 |
Faisalabad |
2026-02-09 07:22:12 |
|
API Endpoints:
- GET /api/users - Get all users
- GET /api/users/{id} - Get specific user
- POST /api/users - Create new user
- PUT /api/users/{id} - Update user
- DELETE /api/users/{id} - Delete user