================================================================================
REQUEST LOG: req_MOHHRHYdF3la
================================================================================

[2026-04-01 17:09:07.602545] REQUEST END
    Status: 201
    Response Time: 40.25ms
    Response: {
    "success": true,
    "message": "Recipe created successfully",
    "data": {
        "id": 24,
        "product_id": "88",
        "name": "test",
        "description": null,
        "instructions": null,
        "yield_quantity": 1,
        "is_active": true,
        "created_at": "2026-04-01T17:09:07.000000Z",
        "updated_at": "2026-04-01T17:09:07.000000Z",
        "deleted_at": null,
        "product": {
            "id": 88,
            "category_id": "6",
            "name": "Vanilla",
            "slug": "vanilla",
            "description": "Scoop Ice Cream",
            "base_price": "0.00",
            "scoop_price": null,
            "image": "products/694af663a7a32_1766520419.webp",
            "max_scoops": 6,
            "is_active": true,
            "requires_production": true,
            "created_at": "2025-12-23T20:06:57.000000Z",
            "updated_at": "2026-03-06T18:42:43.000000Z",
            "deleted_at": null,
            "image_url": "https://creamy-utopia-server.innovatechbiz.com/public/storage/products/694af663a7a32_1766520419.webp"
        },
        "ingredients": [
            {
                "id": 5,
                "name": "Milk (For Coffee)",
                "sku": null,
                "unit": "Grams",
                "cost_per_unit": "0.34",
                "minimum_stock": "2000.000",
                "reorder_level": "1000.000",
                "is_active": true,
                "created_at": "2026-02-07T16:37:11.000000Z",
                "updated_at": "2026-02-14T16:37:45.000000Z",
                "deleted_at": null,
                "pivot": {
                    "recipe_id": "24",
                    "ingredient_id": "5",
                    "quantity": "20.0000",
                    "unit": "kg",
                    "notes": null,
                    "created_at": "2026-04-01T17:09:07.000000Z",
                    "updated_at": "2026-04-01T17:09:07.000000Z"
                }
            }
        ],
        "recipe_ingredients": [
            {
                "id": 313,
                "recipe_id": "24",
                "ingredient_id": "5",
                "option_set_item_id": null,
                "quantity": "20.0000",
                "unit": "kg",
                "notes": null,
                "created_at": "2026-04-01T17:09:07.000000Z",
                "updated_at": "2026-04-01T17:09:07.000000Z",
                "ingredient": {
                    "id": 5,
                    "name": "Milk (For Coffee)",
                    "sku": null,
                    "unit": "Grams",
                    "cost_per_unit": "0.34",
                    "minimum_stock": "2000.000",
                    "reorder_level": "1000.000",
                    "is_active": true,
                    "created_at": "2026-02-07T16:37:11.000000Z",
                    "updated_at": "2026-02-14T16:37:45.000000Z",
                    "deleted_at": null
                }
            }
        ]
    },
    "meta": {
        "request_id": "req_MOHHRHYdF3la",
        "timestamp": "2026-04-01T17:09:07+00:00"
    }
}

================================================================================