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,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"
}'

View File

@@ -1,6 +0,0 @@
curl "https://api.m3o.com/v1/user/Delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"id": "fdf34f34f34-f34f34-f43f43f34-f4f34f"
}'

View File

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

View File

@@ -1,6 +0,0 @@
curl "https://api.m3o.com/v1/user/Logout" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"sessionId": "sds34s34s34-s34s34-s43s43s34-s4s34s"
}'

View File

@@ -1,6 +0,0 @@
curl "https://api.m3o.com/v1/user/Read" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"email": "joe@example.com"
}'

View File

@@ -1,6 +0,0 @@
curl "https://api.m3o.com/v1/user/Read" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"username": "usrname-1"
}'

View File

@@ -1,6 +0,0 @@
curl "https://api.m3o.com/v1/user/Read" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"id": "usrid-1"
}'

View File

@@ -1,6 +0,0 @@
curl "https://api.m3o.com/v1/user/ReadSession" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"sessionId": "sds34s34s34-s34s34-s43s43s34-s4s34s"
}'

View File

@@ -1,11 +0,0 @@
curl "https://api.m3o.com/v1/user/SendVerificationEmail" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"email": "joe@example.com",
"failureRedirectUrl": "https://m3o.com/verification-failed",
"fromName": "Awesome Dot Com",
"redirectUrl": "https://m3o.com",
"subject": "Email verification",
"textContent": "Hi there,\n\nPlease verify your email by clicking this link: $micro_verification_link"
}'

View File

@@ -1,7 +0,0 @@
curl "https://api.m3o.com/v1/user/Update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"email": "joeotheremail@example.com",
"id": "usrid-1"
}'

View File

@@ -1,9 +0,0 @@
curl "https://api.m3o.com/v1/user/UpdatePassword" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"confirmPassword": "myEvenMoreSecretPass123",
"id": "usrid-1",
"newPassword": "myEvenMoreSecretPass123",
"oldPassword": "mySecretPass123"
}'

View File

@@ -1,6 +0,0 @@
curl "https://api.m3o.com/v1/user/VerifyEmail" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"token": "t2323t232t"
}'