curl --request POST \

--url "https://api.theirstack.com/v1/companies/search" \

--header "Accept: application/json" \

--header "Content-Type: application/json" \

--header "Authorization: Bearer " \

-d "{

\"company_technology_slug_or\": [

\"sencha\"

],

\"company_country_code_or\": [

\"US\"

]

}"Technology

is any of

Sencha

Country

is any of

美国

API导出