Files
services/examples/db/listTables/curl/listTables.sh

4 lines
136 B
Bash
Executable File

curl "http://localhost:8080/db/ListTables" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{}'