curl --request PATCH \
--url https://api.flare.io/firework/v4/events/tenant/metadata \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tags": [
"<string>"
],
"severity": "info",
"notes": "<string>"
}
'