curl --request POST \
--url https://fresh-linkedin-profile-data.p.rapidapi.com/search-companies-by-sales-nav-url \
--header 'Content-Type: application/json' \
--header 'x-rapidapi-key: <api-key>' \
--data '{
"url": "https://www.linkedin.com/sales/search/people?coach=false&query=(filters%3AList((type%3AREGION%2Cvalues%3AList((id%3A103644278%2CselectionType%3AINCLUDED)))%2C(type%3ACURRENT_COMPANY%2Cvalues%3AList((id%3A82274765%2CselectionType%3AINCLUDED)))))",
"limit": 25
}'