{
"company_name": "Example Corp",
"page": 1,
"limit": 10
}curl --location --request POST '/api/customs/companies/match' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"company_name": "Example Corp",
"page": 1,
"limit": 10
}'