curl --location 'https://api.techrar.com/inventory/v1/merchant/items/tags/?page=1&page_size=5' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>'{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 3,
"custom_fields": null,
"app_id": 86,
"created_at": "2025-08-04T11:11:01.711265+03:00",
"name_en": "Special",
"name_ar": "خاص",
"color": "#D31111",
"is_active": true
}
]
}