curl --request PATCH \
--url https://api.projectdiscovery.io/v1/scans/config/{config_id}/severity \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"template_id": "<string>",
"custom_severity": "<string>",
"vuln_id": "<string>"
}
'