We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cddeb3 commit d1c8e46Copy full SHA for d1c8e46
api/requests.http
@@ -1,5 +1,4 @@
1
-@baseUrl=http://localhost:3000
2
-@cloudUrl=https://sms.capcom.me
+@baseUrl={{$dotenv CLOUD__URL}}
3
@credentials={{$dotenv CLOUD__CREDENTIALS}}
4
@mobileToken={{$dotenv MOBILE__TOKEN}}
5
@phone={{$dotenv PHONE}}
@@ -24,11 +23,11 @@ Authorization: Basic {{credentials}}
24
23
"phoneNumbers": [
25
"{{phone}}"
26
],
27
- "simNumber": 2
+ "simNumber": 3
28
}
29
30
###
31
-GET {{cloudUrl}}/api/3rdparty/v1/message/Cao6mzuIRrjBB7TtlWnZ- HTTP/1.1
+GET {{baseUrl}}/api/3rdparty/v1/message/IyJP8Iexf55XFhYFHMjcs HTTP/1.1
32
Authorization: Basic {{credentials}}
33
34
0 commit comments