================================================================================
REQUEST LOG: req_3JGAuRWCFTU1
================================================================================

[2026-01-01 18:24:35.769517] REQUEST END
    Status: 201
    Response Time: 202.8ms
    Response: {
    "success": true,
    "message": "Recipe created successfully",
    "data": {
        "id": 1,
        "product_id": 1,
        "name": "vanilla",
        "description": "vanilla",
        "instructions": "vanilla",
        "yield_quantity": 10,
        "is_active": true,
        "created_at": "2026-01-01T18:24:35.000000Z",
        "updated_at": "2026-01-01T18:24:35.000000Z",
        "deleted_at": null,
        "product": {
            "id": 1,
            "category_id": 1,
            "name": "Vanilla Dream",
            "slug": "vanilla-dream",
            "description": "Classic Madagascar vanilla",
            "base_price": "3.99",
            "image": null,
            "max_scoops": 3,
            "is_active": true,
            "created_at": "2026-01-01T18:11:00.000000Z",
            "updated_at": "2026-01-01T18:11:00.000000Z",
            "deleted_at": null,
            "scoop_price": null,
            "scoop_capacity": null,
            "has_inner_options": 0,
            "price_per_scoop": null,
            "metadata": null,
            "image_url": null
        },
        "ingredients": [
            {
                "id": 1,
                "name": "sugar",
                "sku": "3784387",
                "unit": "70",
                "cost_per_unit": "20.00",
                "minimum_stock": "100.000",
                "reorder_level": "10.000",
                "is_active": true,
                "created_at": "2026-01-01T18:23:53.000000Z",
                "updated_at": "2026-01-01T18:23:53.000000Z",
                "deleted_at": null,
                "pivot": {
                    "recipe_id": 1,
                    "ingredient_id": 1,
                    "quantity": 10,
                    "unit": "70",
                    "notes": null,
                    "created_at": "2026-01-01T18:24:35.000000Z",
                    "updated_at": "2026-01-01T18:24:35.000000Z"
                }
            }
        ],
        "recipe_ingredients": [
            {
                "id": 1,
                "recipe_id": 1,
                "ingredient_id": 1,
                "quantity": "10.0000",
                "unit": "70",
                "notes": null,
                "created_at": "2026-01-01T18:24:35.000000Z",
                "updated_at": "2026-01-01T18:24:35.000000Z",
                "ingredient": {
                    "id": 1,
                    "name": "sugar",
                    "sku": "3784387",
                    "unit": "70",
                    "cost_per_unit": "20.00",
                    "minimum_stock": "100.000",
                    "reorder_level": "10.000",
                    "is_active": true,
                    "created_at": "2026-01-01T18:23:53.000000Z",
                    "updated_at": "2026-01-01T18:23:53.000000Z",
                    "deleted_at": null
                }
            }
        ]
    },
    "meta": {
        "request_id": "req_3JGAuRWCFTU1",
        "timestamp": "2026-01-01T18:24:35+00:00"
    }
}

================================================================================