#!/bin/bash
curl -s -X POST http://192.168.0.129:20128/v1/search \
  -H "Authorization: Bearer *** \
  -H "Content-Type: application/json" \
  -d '{
    "model": "tavily",
    "query": "public WMS WCS servers free Brazil IBGE INPE ANA geoserver layers",
    "max_results": 10
  }' | python3 -m json.tool