GET /api/v2/fusions/3/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3,
    "url": "https://swarfarm.com/api/v2/fusions/3/?format=api",
    "product": 773,
    "cost": 500000,
    "ingredients": [
        258,
        557,
        808,
        623
    ]
}