================================================================================
REQUEST LOG: req_QysfW6Gh2oSN
================================================================================

[2026-04-02 20:25:09.604642] REQUEST END
    Status: 201
    Response Time: 70.38ms
    Response: {
    "success": true,
    "message": "Product created successfully",
    "data": {
        "id": 138,
        "category_id": "18",
        "name": "Cone",
        "slug": "cone",
        "description": "Ice Cream Cone",
        "base_price": "0.00",
        "scoop_price": null,
        "image": null,
        "max_scoops": 4,
        "is_active": true,
        "requires_production": false,
        "created_at": "2026-04-02T20:25:09.000000Z",
        "updated_at": "2026-04-02T20:25:09.000000Z",
        "deleted_at": null,
        "image_url": null,
        "option_sets": [
            {
                "id": 2,
                "name": "Scoop Ice Cream",
                "type": "size",
                "is_required": true,
                "min_select": 1,
                "max_select": 1,
                "is_active": true,
                "created_at": "2025-12-24T10:51:07.000000Z",
                "updated_at": "2026-02-12T13:34:01.000000Z",
                "deleted_at": null,
                "pivot": {
                    "product_id": "138",
                    "option_set_id": "2",
                    "created_at": "2026-04-02T20:25:09.000000Z",
                    "updated_at": "2026-04-02T20:25:09.000000Z"
                }
            },
            {
                "id": 3,
                "name": "Gelato Scoops",
                "type": "size",
                "is_required": true,
                "min_select": 1,
                "max_select": 1,
                "is_active": true,
                "created_at": "2026-02-12T13:35:20.000000Z",
                "updated_at": "2026-02-12T13:35:20.000000Z",
                "deleted_at": null,
                "pivot": {
                    "product_id": "138",
                    "option_set_id": "3",
                    "created_at": "2026-04-02T20:25:09.000000Z",
                    "updated_at": "2026-04-02T20:25:09.000000Z"
                }
            }
        ],
        "inner_option_sets": [
            {
                "id": 1,
                "name": "Toppings",
                "type": "topping",
                "is_active": true,
                "created_at": "2025-12-23T20:09:15.000000Z",
                "updated_at": "2025-12-23T20:09:15.000000Z",
                "deleted_at": null,
                "min_select": 0,
                "max_select": 10,
                "is_required": false,
                "max_selections": 10,
                "pivot": {
                    "product_id": "138",
                    "inner_option_set_id": "1",
                    "created_at": "2026-04-02T20:25:09.000000Z",
                    "updated_at": "2026-04-02T20:25:09.000000Z"
                }
            }
        ],
        "category": {
            "id": 18,
            "name": "Toppings",
            "slug": "toppings",
            "description": null,
            "image": null,
            "is_active": true,
            "sort_order": 13,
            "created_at": "2026-04-02T16:30:38.000000Z",
            "updated_at": "2026-04-02T16:30:38.000000Z",
            "deleted_at": null
        }
    },
    "meta": {
        "request_id": "req_QysfW6Gh2oSN",
        "timestamp": "2026-04-02T20:25:09+00:00"
    }
}

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