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

{
    "id": 7,
    "url": "https://swarfarm.com/api/v2/fusions/7/?format=api",
    "product": 259,
    "cost": 100000,
    "ingredients": [
        218,
        108,
        208,
        334
    ]
}