Files
services/examples/stock/history/curl/getHistoricData.sh

7 lines
179 B
Bash
Executable File

curl "http://localhost:8080/stock/History" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"date": "2020-10-01",
"stock": "AAPL"
}'