Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sirwolfgang
Last active April 29, 2021 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sirwolfgang/a0f90c494fb914600d4974b007a83b1c to your computer and use it in GitHub Desktop.
Save sirwolfgang/a0f90c494fb914600d4974b007a83b1c to your computer and use it in GitHub Desktop.
{
"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