Last active
April 29, 2021 23:27
-
-
Save sirwolfgang/a0f90c494fb914600d4974b007a83b1c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"method": "POST", | |
"url": "https://auth.quiltt.io/v1/session", | |
"httpVersion": "HTTP/1.1", | |
"headers": [ | |
{ "name": "Accept", "value": "application/json" }, | |
{ "name": "Content-Type", "value": "application/json" } | |
], | |
"postData": { | |
"mimeType": "application/json", | |
"text": "{\"user\":{\"phone\":\"+12223334444\",\"integration_id\":\"00000000-0000-0000-0000-000000000000\"}}" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment