tag_id as a path parameter.curl --location --request PATCH 'https://api.techrar.com/inventory/v1/merchant/items/tags//' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ordering": 0,
"name_en": "Special",
"name_ar": "خاص",
"is_active": true,
"color": null
}'{
"id": 3,
"custom_fields": null,
"app_id": 86,
"created_at": "2025-08-04T11:11:01.711265+03:00",
"modified_at": "2025-08-04T11:11:01.711406+03:00",
"is_deleted": false,
"deleted_at": null,
"ordering": 0,
"name_en": "Special",
"name_ar": "خاص",
"color": "#D31111",
"is_active": true
}