curl --request POST \
--url https://vulnix0.com/api/v1/user/scan-policy \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"policy": {
"ports_to_scan": [
80,
443,
8080
],
"directory_enumeration": true,
"vhost_enumeration": false
}
}'