================================================================================
REQUEST LOG: req_0B4uw4BzEmOL
================================================================================

[2025-12-31 12:43:20.621126] REQUEST END
    Status: 200
    Response Time: 231.55ms
    Response: {
    "success": true,
    "message": "Product image uploaded successfully",
    "data": {
        "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",
        "option_sets": [
            {
                "id": 1,
                "name": "size",
                "type": "size",
                "is_required": true,
                "min_select": 1,
                "max_select": 1,
                "is_active": true,
                "created_at": "2025-12-29T18:35:20.000000Z",
                "updated_at": "2025-12-29T18:35:20.000000Z",
                "deleted_at": null,
                "pivot": {
                    "product_id": 5,
                    "option_set_id": 1,
                    "created_at": "2025-12-31T12:43:18.000000Z",
                    "updated_at": "2025-12-31T12:43:18.000000Z"
                }
            }
        ],
        "inner_option_sets": [
            {
                "id": 1,
                "name": "topping",
                "type": "topping",
                "is_active": true,
                "created_at": "2025-12-29T18:36:08.000000Z",
                "updated_at": "2025-12-29T18:36:08.000000Z",
                "deleted_at": null,
                "min_select": 0,
                "max_select": 10,
                "is_required": false,
                "max_selections": 10,
                "pivot": {
                    "product_id": 5,
                    "inner_option_set_id": 1,
                    "created_at": "2025-12-31T12:43:18.000000Z",
                    "updated_at": "2025-12-31T12:43:18.000000Z"
                }
            }
        ],
        "category": {
            "id": 1,
            "name": "Ice Cream Containers",
            "slug": "ice-cream-containers",
            "description": "Pre-portioned ice cream serving sizes",
            "image": null,
            "is_active": true,
            "sort_order": 0,
            "created_at": "2025-12-27T10:44:21.000000Z",
            "updated_at": "2025-12-27T10:44:21.000000Z",
            "deleted_at": null
        }
    },
    "meta": {
        "request_id": "req_0B4uw4BzEmOL",
        "timestamp": "2025-12-31T12:43:20+00:00"
    }
}

================================================================================