Authorization: Bearer ********************curl --location --request GET 'https://v1.vocu.ai/api/template/' \
--header 'Authorization: Bearer <token>'{
    "status": 200,
    "message": "OK",
    "data": {
        "id": "c9baa76f-de5f-4746-afbc-dffd4b9fb7ab",
        "name": "Gou Fang",
        "contents": [
            {
                "metaVoiceId": 44,
                "text": "Tender, succulent meat skewers brushed with sweet and spicy banana sauce, served over fragrant jasmine rice."
            }
        ],
        "metadata": {
            "metaVoiceId": 2,
            "description": "The Food Description generation template"
        },
        "userId": "a031f1b6-06e1-4bf7-bf06-3994ae08df25",
        "from": "community",
        "originId": "5b1fcba0-9dbe-4111-a177-f541356762b3"
    }
}