curl --location --request POST 'https://api.hirempire.com/v1/create-company' \
--header 'Authorization: Bearer YOUR_TOKEN_HERE' \
--header 'Content-Type: application/json' \
--data-raw '{
"company_name": "Example",
"company_domain": "example.com",
"company_logo_url": "https://1000logos.net/wp-content/uploads/2017/02/Apple-Logosu.png"
}'{
"success": true,
"company_id": "xyz456abc123"
}