Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-10-29 10:40:25 +00:00
parent 8e9779a8cb
commit 4e64b77e47
127 changed files with 895 additions and 0 deletions

12
curl/db/create/createARecord.sh Executable file
View File

@@ -0,0 +1,12 @@
curl "https://api.m3o.com/v1/db/Create" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"record": {
"age": 42,
"id": "1",
"isActive": true,
"name": "Jane"
},
"table": "users"
}'