Get user insights in realtime, to make informed business decisions.
curl --request POST \
	--url https://loggl.net/api/v1/log \
	--header 'Authorization: Bearer <TOKEN>' \
	--header 'Content-Type: application/json' \
	--data '{
    "project": "my-website",
    "channel": "user-register",
    "event": "User Registered",
    "description": "email: [email protected]",
    "icon": "🔥",
    "notify": true
}'