GET /v2/projects/:project_id/tags
Return all the tags of the given Project

GET /v2/issues/:issue_id/tags
Return all the tags of the given Issue

GET /v2/notions/:notion_id/tags
Return all the tags of the given Notion

GET /v2/cursus/:cursus_id/tags
Return all the tags of the given Cursus

GET /v2/users/:user_id/tags
Return all the tags of the given User

GET /v2/tags
Return all the tags



POST /v2/tags
Create a tag



DELETE /v2/tags/:id
Destroy a tag