diff --git a/README.md b/README.md index 69e8be4..47c4ade 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ A simple FIFO API Gateway for managing API calls, storing them in MySQL, and pro - Save Yahoo Finance API Call ```bash - curl -X POST http://localhost:8000/api/save -H "Content-Type: application/json" -d '{"data": "{\"headers\": {\"Accept\": + curl -k -X POST https://localhost:5000/api/save -H "Content-Type: application/json" -d '{"data": "{\"headers\": {\"Accept\": \"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8\", \"url\": \"https://query1.finance.yahoo.com/v8/finance/chart/AAPL?interval=1d\"}}"}' {"status":"success"}