curl --request POST \
--url https://receiver.metrics-man.com/ \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"application_id": 123,
"timestamp": 123,
"creator": "<string>",
"metric_id": "<string>",
"tags": {}
}
'