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