curl --request POST \
--url https://api.example.com/service/looking_glass/result \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"uuid": "<string>",
"vrf_name": "<string>",
"gate_vi_name": "<string>",
"system_name": "<string>"
}
'