mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
15 lines
342 B
JSON
15 lines
342 B
JSON
{
|
|
"orders": [
|
|
{
|
|
"id": "123",
|
|
"email": "matt.murdock@nelsonmurdock.com",
|
|
"status": "paid"
|
|
},
|
|
{
|
|
"id": "456",
|
|
"email": "foggy.nelson@nelsonmurdock.com",
|
|
"status": "shipped",
|
|
"tracking_id": "9434609206094724509058"
|
|
}
|
|
]
|
|
} |