curl --request POST \
--url https://backend.nebuly.com/event-ingestion/api/v1/events/feedback \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": {
"slug": "<string>",
"text": "<string>",
"value": 123
},
"metadata": {
"input": "<string>",
"output": "<string>",
"end_user": "<string>",
"timestamp": "<string>",
"anonymize": true
}
}
'