curl --request GET \
--url http://api.stuut.ai/v1/tags/{tag_id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"object": "<string>",
"id": "<string>",
"color": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"rule_condition": {}
}curl --request GET \
--url http://api.stuut.ai/v1/tags/{tag_id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"object": "<string>",
"id": "<string>",
"color": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"rule_condition": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.