Files
services/examples/file/read/curl/readFile.sh
2021-09-16 12:52:36 +01:00

7 lines
201 B
Bash
Executable File

curl "https://api.m3o.com/v1/file/Read" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"path": "/document/text-files/file.txt",
"project": "examples"
}'