Skip to content

Commit

Permalink
postman: Update OTP in auth controller
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed May 21, 2024
1 parent 11244a2 commit d6ad277
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions postman/collections/Auth Controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"method": "POST",
"header": [],
"url": {
"raw": "{{BASE_URL}}/api/auth/validate-otp?email=sawan@keyshade.xyz&otp=BBF66C",
"raw": "{{BASE_URL}}/api/auth/validate-otp?email=rajdip@keyshade.xyz&otp=102435",
"host": [
"{{BASE_URL}}"
],
Expand All @@ -223,12 +223,12 @@
"query": [
{
"key": "email",
"value": "sawan@keyshade.xyz",
"value": "rajdip@keyshade.xyz",
"description": "Email the OTP was sent on"
},
{
"key": "otp",
"value": "BBF66C",
"value": "102435",
"description": "OTP that was sent"
}
]
Expand All @@ -243,7 +243,7 @@
"method": "POST",
"header": [],
"url": {
"raw": "{{BASE_URL}}/api/auth/validate-otp?email=rajdip@keyshade.xyz&otp=564F7B",
"raw": "{{BASE_URL}}/api/auth/validate-otp?email=rajdip@keyshade.xyz&otp=102435",
"host": [
"{{BASE_URL}}"
],
Expand All @@ -260,7 +260,7 @@
},
{
"key": "otp",
"value": "564F7B",
"value": "102435",
"description": "OTP that was sent"
}
]
Expand Down Expand Up @@ -317,7 +317,7 @@
"method": "POST",
"header": [],
"url": {
"raw": "{{BASE_URL}}/api/auth/validate-otp?email=sawan@keyshade.xyz&otp=564F7B",
"raw": "{{BASE_URL}}/api/auth/validate-otp?email=sawan@keyshade.xyz&otp=102432",
"host": [
"{{BASE_URL}}"
],
Expand All @@ -334,7 +334,7 @@
},
{
"key": "otp",
"value": "564F7B",
"value": "102432",
"description": "OTP that was sent"
}
]
Expand Down Expand Up @@ -391,7 +391,7 @@
"method": "POST",
"header": [],
"url": {
"raw": "{{BASE_URL}}/api/auth/validate-otp?email=sawan@keyshade.xyz&otp=BBF66C",
"raw": "{{BASE_URL}}/api/auth/validate-otp?email=sawan@keyshade.xyz&otp=102435",
"host": [
"{{BASE_URL}}"
],
Expand All @@ -408,7 +408,7 @@
},
{
"key": "otp",
"value": "BBF66C",
"value": "102435",
"description": "OTP that was sent"
}
]
Expand Down

0 comments on commit d6ad277

Please sign in to comment.