{
"message_type": "string",
"message": "string"
}curl --location '/api/v1/plugin/notification' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data '{
"message_type": "string",
"message": "string"
}'{}