Returns a single membership selected by `id`.
GET /api-openparlamento/v1/19/memberships_votes/7080846/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 7080846,
    "voting_slug": "vs19_025_004",
    "sitting": {
        "id": 1249,
        "date": "2022-12-14",
        "number": 25,
        "branch": "C"
    },
    "title": "Emendamento 2.50 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 2.50 DDL n. 0664",
    "vote": "ABSE",
    "group": {
        "id": 15,
        "acronym": "MISTO",
        "slug": "Misto",
        "branch": "camera",
        "name": "MISTO",
        "color": "#B4B4B4"
    },
    "group_vote": "NV"
}