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

{
    "id": 2,
    "url": "https://swarfarm.com/api/v2/fusions/2/?format=api",
    "product": 584,
    "cost": 500000,
    "ingredients": [
        534,
        260,
        623,
        398
    ]
}