`/api/v1/{oid}/project/{pid}/{dataset-label}` - [x] GET: Get all annotations for dataset - [x] POST: Batch upload annotations to dataset - [x] PUT: Insert one annotation to dataset - [ ] DELETE: Remove dataset from project `/api/v1/{oid}/project/{pid}/{dataset-label}/{annotation-label or id?}` - [x] GET: One annotation from dataset - [x] PATCH: Update one annotation - [ ] DELETE: Remove one annotation
/api/v1/{oid}/project/{pid}/{dataset-label}/api/v1/{oid}/project/{pid}/{dataset-label}/{annotation-label or id?}