================================================================================
REQUEST LOG: req_M7lZUPsIvcBM
================================================================================

[2025-12-31 12:44:05.154591] REQUEST END
    Status: 201
    Response Time: 215.27ms
    Response: {
    "success": true,
    "message": "Recipe created successfully",
    "data": {
        "id": 2,
        "product_id": 5,
        "name": "mango",
        "description": "mango",
        "instructions": "mango",
        "yield_quantity": 200,
        "is_active": true,
        "created_at": "2025-12-31T12:44:04.000000Z",
        "updated_at": "2025-12-31T12:44:04.000000Z",
        "deleted_at": null,
        "product": {
            "id": 5,
            "category_id": 1,
            "name": "mango",
            "slug": "mango",
            "description": "mango",
            "base_price": "30.00",
            "image": "products/69551a6887dd1_1767185000.png",
            "max_scoops": 4,
            "is_active": true,
            "created_at": "2025-12-31T12:43:18.000000Z",
            "updated_at": "2025-12-31T12:43:20.000000Z",
            "deleted_at": null,
            "scoop_price": "30.00",
            "scoop_capacity": null,
            "has_inner_options": 0,
            "price_per_scoop": null,
            "metadata": null,
            "image_url": "http://127.0.0.1:8000/storage/products/69551a6887dd1_1767185000.png"
        },
        "ingredients": [
            {
                "id": 1,
                "name": "sugar",
                "sku": "67575",
                "unit": "kg",
                "cost_per_unit": "20.00",
                "minimum_stock": "200.000",
                "reorder_level": "100.000",
                "is_active": true,
                "created_at": "2025-12-29T18:37:50.000000Z",
                "updated_at": "2025-12-29T18:37:50.000000Z",
                "deleted_at": null,
                "pivot": {
                    "recipe_id": 2,
                    "ingredient_id": 1,
                    "quantity": 2,
                    "unit": "kg",
                    "notes": null,
                    "created_at": "2025-12-31T12:44:05.000000Z",
                    "updated_at": "2025-12-31T12:44:05.000000Z"
                }
            }
        ],
        "recipe_ingredients": [
            {
                "id": 2,
                "recipe_id": 2,
                "ingredient_id": 1,
                "quantity": "2.0000",
                "unit": "kg",
                "notes": null,
                "created_at": "2025-12-31T12:44:05.000000Z",
                "updated_at": "2025-12-31T12:44:05.000000Z",
                "ingredient": {
                    "id": 1,
                    "name": "sugar",
                    "sku": "67575",
                    "unit": "kg",
                    "cost_per_unit": "20.00",
                    "minimum_stock": "200.000",
                    "reorder_level": "100.000",
                    "is_active": true,
                    "created_at": "2025-12-29T18:37:50.000000Z",
                    "updated_at": "2025-12-29T18:37:50.000000Z",
                    "deleted_at": null
                }
            }
        ]
    },
    "meta": {
        "request_id": "req_M7lZUPsIvcBM",
        "timestamp": "2025-12-31T12:44:05+00:00"
    }
}

================================================================================