token: ********************
{ "url": "http://example.com", "device": "string", "width": "string", "height": "string", "ua": "string", "element_type": "string", "element_name": "string", "element_value": "string", "full_page": true, "wait_time": 0, "timeout": 0, "wait_for_resources": true, "custom_js": "string" }
curl --location --request POST 'http://api.nonebot.top/api/v2/screenshot/submit?token' \ --header 'Content-Type: application/json' \ --data-raw '{ "url": "http://example.com", "device": "string", "width": "string", "height": "string", "ua": "string", "element_type": "string", "element_name": "string", "element_value": "string", "full_page": true, "wait_time": 0, "timeout": 0, "wait_for_resources": true, "custom_js": "string" }'
null