================================================================================
REQUEST LOG: req_Se6SV2S8zElZ
================================================================================

[2026-01-01 18:25:20.787086] REQUEST END
    Status: 200
    Response Time: 2.77ms
    Response: {
    "success": true,
    "message": "Production batches retrieved successfully",
    "data": [
        {
            "id": 1,
            "branch_id": 1,
            "product_id": 1,
            "recipe_id": 1,
            "produced_by": 2,
            "batch_number": "BATCH-1-20260101-0001",
            "batch_size": "5L",
            "batch_size_value": "5.00",
            "total_scoops": 50,
            "remaining_scoops": 50,
            "sold_scoops": 0,
            "wasted_scoops": 0,
            "cost_per_scoop": "20.0000",
            "status": "active",
            "produced_at": "2026-01-01T18:24:55.000000Z",
            "expires_at": "2026-01-03T18:24:55.000000Z",
            "notes": null,
            "created_at": "2026-01-01T18:24:55.000000Z",
            "updated_at": "2026-01-01T18:24:55.000000Z",
            "deleted_at": null,
            "branch": {
                "id": 1,
                "parent_id": null,
                "name": "Main Branch",
                "code": "MAIN",
                "address": "123 Main Street",
                "phone": "+1234567890",
                "email": "main@creamyutopia.com",
                "is_active": true,
                "settings": {
                    "stock_restriction_enabled": true
                },
                "created_at": "2026-01-01T18:10:58.000000Z",
                "updated_at": "2026-01-01T18:10:58.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
            },
            "recipe": {
                "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
            },
            "producer": {
                "id": 2,
                "name": "Super Admin",
                "email": "admin@creamyutopia.com",
                "email_verified_at": null,
                "created_at": "2026-01-01T18:10:58.000000Z",
                "updated_at": "2026-01-01T18:10:58.000000Z",
                "branch_id": null,
                "deleted_at": null
            }
        }
    ],
    "meta": {
        "request_id": "req_Se6SV2S8zElZ",
        "timestamp": "2026-01-01T18:25:20+00:00"
    }
}

================================================================================