193 lines
4.1 KiB
JSON

{
"authlogin": [
{
"id": "1",
"email": "admin@gmail.com",
"password": "123",
"role": "admin"
},
{
"id": "2",
"email": "employee@gmail.com",
"password": "123",
"role": "employee"
},
{
"id": "de4c"
},
{
"id": "5996"
}
],
"health-check": {
"status": "OK"
},
"admin": [
{
"id": "1",
"firstname": "Admin User",
"lastname": "last ",
"email": "adminuser@example.com"
}
],
"employees": [
{
"id": "1",
"firstname": "Employee User",
"lastname": "last ",
"email": "employeeuser@example.com"
},
{
"id": "6b21",
"firstname": "suraj",
"lastname": "birewar",
"email": "surajbirewar001@gmail.com"
},
{
"id": "d010",
"firstname": "gajanan",
"lastname": "bodke",
"email": "gajanan001@gmail.com"
}
],
"products": [
{
"ID": "1",
"name": "Men's T-Shirt",
"sku": "TS-MEN-001-BL-XL",
"short_description": "A comfortable men's clothing fibers",
"long_description": "This men's shirt is made from 100% cotton, providing a soft and comfortable feel. Perfect for casual wear.",
"thumbnail_url": "https://example.com/men-tshirt.jpg",
"category_id": "101",
"id": "d6ce"
},
{
"ID": "2",
"name": "Women's Jacket",
"sku": "JK-WOM-001-RE-M",
"short_description": "Stylish women's jacket",
"long_description": "A trendy women's jacket, perfect for chilly weather. Made with high-quality materials to ensure warmth and comfort.",
"thumbnail_url": "https://example.com/women-jacket.jpg",
"category_id": "102",
"id": "60db"
},
{
"ID": "3",
"name": "Unisex Sneakers",
"sku": "SN-UNI-001-WH-42",
"short_description": "Comfortable unisex tuxiods",
"long_description": "These unisex tuxidos are designed for comfort and style. Ideal for everyday wear.",
"thumbnail_url": "https://example.com/tuxidos.jpg",
"category_id": "103",
"id": "7228"
}
],
"categories": [
{
"id": "1",
"name": "Category 1"
},
{
"id": "2",
"name": "Category 2"
}
],
"customers": [
{
"id": "1",
"firstname": "vitthal",
"lastname": "patil",
"email": "customer1@example.com",
"phone": "1234567890"
},
{
"id": "2",
"firstname": "rushi",
"lastname": "shelke",
"email": "customer2@example.com",
"phone": "0987654321"
}
],
"cities": [
{
"id": "1",
"name": "New York"
},
{
"id": "2",
"name": "Los Angeles"
},
{
"id": "3",
"name": "Chicago"
},
{
"id": "4",
"name": "Houston"
},
{
"id": "5",
"name": "Phoenix"
},
{
"id": "333e",
"name": "las vegas"
}
],
"users": [
{
"ID": "1",
"Email": "adminuser@example.com",
"Roles": [
"admin"
],
"Profile": {
"ID": "p1",
"FirstName": "Admin",
"LastName": "User",
"Phone": "1234567890",
"Age": 35,
"Gender": "MALE"
},
"CreatedAt": "2023-01-01T10:00:00Z",
"UpdatedAt": "2023-01-01T12:00:00Z",
"id": "2506"
},
{
"ID": "2",
"Email": "employeeuser@example.com",
"Roles": [
"employee"
],
"Profile": {
"ID": "p2",
"FirstName": "Employee",
"LastName": "User",
"Phone": "0987654321",
"Age": 28,
"Gender": "MALE"
},
"CreatedAt": "2023-01-02T10:00:00Z",
"UpdatedAt": "2023-01-02T12:00:00Z",
"id": "bd52"
},
{
"ID": "3",
"Email": "newuser@example.com",
"Roles": [
"customer"
],
"Profile": {
"ID": "p3",
"FirstName": "New",
"LastName": "User",
"Phone": "1122334455",
"Age": 22,
"Gender": "FEMALE"
},
"CreatedAt": "2023-01-03T10:00:00Z",
"UpdatedAt": "2023-01-03T12:00:00Z",
"id": "eefd"
}
]
}