Retrieves GO terms for the given accession
Example:
---
`/analyses/MGYA00102827/go-terms`

GET /metagenomics/api/v1/analyses/MGYA00696621/go-terms?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "links": {
        "first": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00696621/go-terms?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00696621/go-terms?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "go-terms",
            "id": "GO:0005515",
            "attributes": {
                "accession": "GO:0005515",
                "count": 2,
                "description": "protein binding",
                "lineage": "molecular_function"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0005515?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 1
        }
    }
}