/api/user/tags/{id}
Fetch a specific tag by ID, ensuring it is owned by the authenticated user.
curl -X GET "https://example.com/api/user/tags/string"{ "id": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "name": "string", "color": "string", "files": [ { "id": "string" } ]}