curl --request POST \
--url https://api.parcha.ai/api/v1/enrichPerson \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"email": "[email protected]",
"full_name": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"company": "<string>",
"location": "<string>",
"phone": "<string>",
"profile": "<string>"
}'