cURL
curl --request GET \ --url https://api.odin.fun/v1/tags
{ "data": [ { "id": 123, "name": "<string>", "description": "<string>", "created_time": "<string>" } ] }
Returns all tags
Show child attributes