curl --request POST \
--url https://api.parcha.ai/api/v1/enrichCompany \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"website": "<string>",
"ticker": "<string>",
"profile": "<string>"
}'