remove curl files

This commit is contained in:
Asim Aslam
2021-10-29 11:39:33 +01:00
parent c5c2867dc3
commit 8e9779a8cb
127 changed files with 0 additions and 895 deletions

View File

@@ -1,10 +0,0 @@
curl "https://api.m3o.com/v1/notes/Update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"note": {
"id": "63c0cdf8-2121-11ec-a881-0242e36f037a",
"text": "Updated note text",
"title": "Update Note"
}
}'