curl --request POST \
--url https://console.neuronsearchlab.com/api/events/templates \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"event_types": [
{
"id": 123,
"weight": 123
}
],
"thresholds": {
"per_signal_min": 123,
"total_min": 123
}
}
'