cURL
curl --request POST \ --url https://api.example.com/documents/schedule-handle-malware-protection-scan-result \ --header 'Content-Type: application/json' \ --data ' { "key": "<string>", "status": "<string>" } '
Was this page helpful?