36 lines
734 B
JSON
36 lines
734 B
JSON
{
|
|
"items_selling": [
|
|
{
|
|
"title": "xxx",
|
|
"price": "xxx",
|
|
"seller": "xxx",
|
|
"created_timestamp": 1734500000,
|
|
"updated_timestamp": 1734500000,
|
|
"category": "xxx",
|
|
"marketplace": "xxx",
|
|
"location": {
|
|
"coordinate": {
|
|
"latitude": 69,
|
|
"longitude": 69
|
|
}
|
|
},
|
|
"description": "xxx"
|
|
},
|
|
{
|
|
"title": "xxx",
|
|
"price": "xxx",
|
|
"seller": "xxx",
|
|
"created_timestamp": 1734500000,
|
|
"updated_timestamp": 1734500000,
|
|
"category": "xxx",
|
|
"marketplace": "xxx",
|
|
"location": {
|
|
"coordinate": {
|
|
"latitude": 69,
|
|
"longitude": 69
|
|
}
|
|
},
|
|
"description": "xxx"
|
|
}
|
|
]
|
|
}
|