Skip to content

Instantly share code, notes, and snippets.

@simkeyur
simkeyur / inventory.json
Created October 22, 2025 16:06
TestForge API: inventotory
[
{
"item_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"item_name": "Wireless Ergonomic Mouse",
"sku": "WM-ERG-001-BL",
"quantity_on_hand": 752,
"reorder_level": 25,
"unit_cost": 45.99,
"supplier": "TechGrip Solutions",
"warehouse_location": "B-05-12",
@simkeyur
simkeyur / task.json
Created October 21, 2025 02:23
TestForge API: tasks
[
{
"task_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"title": "Develop user authentication module",
"description": "Implement secure user registration, login, and password reset functionality.",
"assigned_to": "Alice Smith",
"priority": "high",
"status": "in_progress",
"due_date": "2023-10-26",
"created_date": "2023-10-20",
@simkeyur
simkeyur / users.json
Created October 20, 2025 23:11
TestForge API: users-api
[
{
"id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"first_name": "Alice",
"last_name": "Smith",
"email": "alice.smith@example.com",
"username": "alicesmith",
"password_hash": "$2b$12$aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789abcdefghijklmnopqrstuv",
"date_of_birth": "1990-05-15",
"registration_date": "2023-01-10",