{}
[
{
"id": 1,
"title": "Hello World",
"body": "This is a sample post.",
"author": "Alice"
},
{
"id": 2,
"title": "MockAPI is Great",
"body": "Easy API mocking.",
"author": "Bob"
}
]
[
{
"id": 1,
"name": "Widget Pro",
"price": 29.99,
"stock": 150
},
{
"id": 2,
"name": "Gadget Plus",
"price": 49.99,
"stock": 75
},
{
"id": 3,
"name": "Tool Kit",
"price": 99.99,
"stock": 30
}
]
[
{
"id": 1,
"name": "Alice",
"email": "[email protected]",
"role": "admin"
},
{
"id": 2,
"name": "Bob",
"email": "[email protected]",
"role": "user"
},
{
"id": 3,
"name": "Charlie",
"email": "[email protected]",
"role": "user"
}
]