Files
services/examples/db/count/curl/countEntriesInATable.sh
2021-10-21 09:35:51 +01:00

6 lines
152 B
Bash
Executable File

curl "https://api.m3o.com/v1/db/Count" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"table": "users"
}'