Files
services/examples/cache/set/curl/setAValue.sh

7 lines
166 B
Bash
Executable File

curl "http://localhost:8080/cache/Set" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"key": "foo",
"value": "bar"
}'