curl --location '/api/v1/system/cdp/sniffer/media' \
--header 'Content-Type: application/json' \
--data '{
"url": "http://example.com",
"options": {
"runScript": "string",
"initScript": "string",
"customRegex": "string",
"snifferExclude": "string",
"headers": {
"property1": "string",
"property2": "string"
},
"timeout": 0
}
}'{
"code": 0,
"msg": "ok",
"data": {
"url": "string",
"headers": {
"property1": "string",
"property2": "string"
}
}
}