Add: - POST /api/v1/tags for creating new tag - GET /api/v1/tags for listing all available tags with pagination - GET /api/v1/tags/{id} for fetching information about single tag - PUT /api/v1/tags/{id} for updating tag - DELETE /api/v1/tags/{id} for deleting tag