curl --request POST \
--url https://{environment}.userpilot.io/v1/companies/identify \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"company_id": "comp_techstartup_2024",
"metadata": {
"name": "Acme Corporation",
"industry": "Technology",
"size": "100-500",
"location": "San Francisco, CA",
"website": "https://acme.com",
"subscription_tier": "Enterprise",
"annual_revenue": "$10M-$50M",
"founded_year": "2020"
}
}
'