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

{
    "id": 1,
    "url": "https://swarfarm.com/api/v2/fusions/1/?format=api",
    "product": 646,
    "cost": 500000,
    "ingredients": [
        534,
        236,
        336,
        603
    ]
}