Files
m3o-go/curl/cache/set/setAValue.sh
2021-10-29 10:40:25 +00:00

7 lines
165 B
Bash
Executable File

curl "https://api.m3o.com/v1/cache/Set" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"key": "foo",
"value": "bar"
}'