list endpoints, the returned object will be light.details endpoint to get a detailed objectcurl --location 'https://api.techrar.com/order/v1/merchant/carts/?search=&search=&page=1&page_size=5&order_by=' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>'{
"count": 135,
"next": "http://localhost/order/v1/merchant/carts/?page=2&page_size=2",
"previous": null,
"results": [
{
"id": 383,
"created_at": "2025-06-16T19:42:34.585869+03:00",
"is_expired": false,
"customer_id": 1,
"price": 100,
"is_purchased": false
},
{
"id": 382,
"created_at": "2025-06-02T11:44:17.505314+03:00",
"is_expired": false,
"customer_id": 1,
"price": 100,
"is_purchased": false
}
]
}