curl --request POST \
--url https://ctl.prod.nuon.co/v1/general/metrics \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '[
{
"decr": {
"name": "<string>",
"tags": [
"<string>"
],
"value": 123
},
"event": {
"event": {
"aggregationKey": "<string>",
"alertType": "info",
"hostname": "<string>",
"priority": "normal",
"sourceTypeName": "<string>",
"tags": [
"<string>"
],
"text": "<string>",
"timestamp": "<string>",
"title": "<string>"
}
},
"incr": {
"name": "<string>",
"tags": [
"<string>"
],
"value": 123
},
"timing": {
"name": "<string>",
"tags": [
"<string>"
],
"value": 123
}
}
]'