Updating postman collection

This commit is contained in:
🐙PiperYxzzy
2022-05-01 19:22:47 +02:00
parent 6c567cd58c
commit 5f85a5800e

View File

@@ -71,7 +71,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"userkey\": \"NewUser\",\n \"password\": \"NewPass\"\n}",
"raw": "{\n \"userkey\": \"newser@user.com\",\n \"password\": \"NewPass\"\n}",
"options": {
"raw": {
"language": "json"
@@ -87,18 +87,6 @@
"path": [
"v1",
"signup"
],
"query": [
{
"key": "userkey",
"value": "NewUser",
"disabled": true
},
{
"key": "password",
"value": "NewPass",
"disabled": true
}
]
}
},
@@ -111,7 +99,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"userkey\": \"NewUser\",\n \"password\": \"NewPass\"\n}",
"raw": "{\n \"userkey\": \"newser@user.com\",\n \"password\": \"ChangedPass\"\n}",
"options": {
"raw": {
"language": "json"
@@ -131,6 +119,87 @@
}
},
"response": []
},
{
"name": "V1 User Verify",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "localhost:9091/v1/verify?verify=TOKEN",
"host": [
"localhost"
],
"port": "9091",
"path": [
"v1",
"verify"
],
"query": [
{
"key": "verify",
"value": "TOKEN"
}
]
}
},
"response": []
},
{
"name": "V1 User Forgot Password",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"userkey\": \"newser@user.com\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "localhost:9091/v1/forgot",
"host": [
"localhost"
],
"port": "9091",
"path": [
"v1",
"forgot"
]
}
},
"response": []
},
{
"name": "V1 User Reset Password",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NTE0MjYzMjYsImlhdCI6MTY1MTQyNTQyNiwicm9sZSI6InJlc2V0Iiwic3ViIjoiZDFkNDBkMmUtOTFlYy00ZTBiLWEzY2EtM2U1ZTBkNGU5MTkxIn0.NE_0oV5MGJzuQuad-TUen1c7VCfFW9t6LMJPag8XC38\",\n \"password\": \"ChangedPass\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "localhost:9091/v1/reset",
"host": [
"localhost"
],
"port": "9091",
"path": [
"v1",
"reset"
]
}
},
"response": []
}
]
}