remove curl files

This commit is contained in:
Asim Aslam
2021-10-29 11:03:26 +01:00
parent 5c34812294
commit 0a3298c33b
127 changed files with 0 additions and 895 deletions

View File

@@ -1,9 +0,0 @@
curl "https://api.m3o.com/v1/user/Create" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"email": "joe@example.com",
"id": "usrid-1",
"password": "mySecretPass123",
"username": "usrname-1"
}'