curl --request PATCH \
--url https://api.valiqor.com/v2/security/projects/{project_id}/attack-vectors/{vector_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"visible_in_ui": true,
"custom_name": "<string>",
"severity": "<string>"
}
'