Authorization: Bearer ********************curl --location --request POST 'https://api-staging.tenbyte.io/v1/events' \
--header 'x-api-key: sk_01K60BABPH91Q8XBGF4CXHSNT8' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_id": "cust_01K6096SCT36B0839J167JFYKW",
"event_name": "cdn.usage",
"external_customer_id": "cust-test",
"properties": {
"cdn_used": 1000
},
"source":"api"
}'{}