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

{
    "id": 5,
    "url": "https://swarfarm.com/api/v2/fusions/5/?format=api",
    "product": 235,
    "cost": 100000,
    "ingredients": [
        206,
        102,
        226,
        314
    ]
}