curl --request POST \
--url https://api.example.com/service/looking_glass/pcap \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"vrf_id": 123,
"vrf_name": "<string>",
"gate_vi_name": "<string>",
"system_name": "<string>",
"id": 1,
"priority": 1,
"filters": {},
"max_packets": 200,
"timeout_sec": 10,
"size": 256
}
'