curl --location '/api/v1/system/ffmpeg/screenshot' \
--header 'Content-Type: application/json' \
--data '{
"url": "http://example.com",
"options": {
"headers": {
"property1": "string",
"property2": "string"
},
"timeout": 0,
"timestamp": "string"
}
}'{
"code": 0,
"msg": "ok",
"data": "string"
}