curl --request POST \
--url https://agentgate.mynewapi.com/api/v1/verification/plugins \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"level": "<string>",
"priority": 123,
"enabled": true,
"continueOnFail": true,
"options": {},
"webhookUrl": "<string>",
"webhookTimeoutMs": 123
}
'