Files
services/examples/sunnah/chapters/curl/listTheChaptersInABook.sh

7 lines
178 B
Bash
Executable File

curl "http://localhost:8080/sunnah/Chapters" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"book": 1,
"collection": "bukhari"
}'