curl --location --request POST "$UniBee_API_Host/merchant/merchant_metric/merchant_metric_event" \
--header "Authorization: Bearer $UNIBEE_API_KEY" \
--header 'Content-Type: application/json' \
--data-raw '{
"metricCode": "folder_count_limit", // code needs to be configured in advance in the UniBee portal
"externalUserId": "$YOUR_USER_ID",
"externalEventId": "string", // string, __unique__, e.m. [folderId]
"metricProperties": {}
}'