curl --request POST \
--url https://backend.nebuly.com/event-ingestion/api/v2/events/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tags": {
"tag1": "<string>",
"tag2": "<string>"
},
"metadata": {
"end_user": "<string>",
"time_start": "<string>",
"input": "<string>",
"output": "<string>"
}
}
'