External API is not working

Options
Hello there,

Hope you guys doing great.

This below curl code is from postman it's working fine in postman, command line. But when in imports it into xano it's not working & returing the result false and status 0 always. Please help me to fix it.

curl -X GET
  'https://apigateway.cobaltintelligence.com/v1/search/list?searchQuery=amies pets supplies&state=wyoming&startsWith=false'
  -H 'cache-control: no-cache'
  -H 'postman-token: 7f08d78b-a35a-8e4b-1879-16cd88ab211f'
  -H 'x-api-key: xwIzrH6ZFGPzi35LsO5E993tgKsZUoX7ZPrI1v2b'


Thanks in Advance

Comments