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

{
    "id": 12,
    "url": "https://swarfarm.com/api/v2/fusions/12/?format=api",
    "product": 926,
    "cost": 100000,
    "ingredients": [
        911,
        366,
        344,
        25
    ]
}