Skip to content

Instantly share code, notes, and snippets.

@devshorts
Last active April 13, 2022 23:53
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 devshorts/e52e091e4f6321906cd672229f1294de to your computer and use it in GitHub Desktop.
Save devshorts/e52e091e4f6321906cd672229f1294de to your computer and use it in GitHub Desktop.
[
{
"code": 200,
"request": {},
"headers": {
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "52",
"date": "Wed, 13 Apr 2022 23:53:11 GMT",
"connection": "close"
},
"response": {
"statusCode": 200,
"data": {
"userId": 525357415909439
}
},
"path": "/_internal/test/users/create",
"method": "post"
},
{
"code": 200,
"request": {
"userId": 525357415909439
},
"headers": {
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "81",
"date": "Wed, 13 Apr 2022 23:53:11 GMT",
"connection": "close"
},
"response": {
"statusCode": 200,
"data": {
"accountId": 8096149381481345,
"userId": 525357415909439
}
},
"path": "/_internal/test/account/create",
"method": "post"
},
{
"code": 200,
"request": {
"userId": 525357415909439
},
"headers": {
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "81",
"date": "Wed, 13 Apr 2022 23:53:11 GMT",
"connection": "close"
},
"response": {
"statusCode": 200,
"data": {
"accountId": 5788774422082811,
"userId": 525357415909439
}
},
"path": "/_internal/test/account/create",
"method": "post"
},
{
"code": 400,
"request": {
"amount": 12
},
"headers": {
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "82",
"date": "Wed, 13 Apr 2022 23:53:11 GMT",
"connection": "close"
},
"response": {
"statusCode": 400,
"error": "Bad Request",
"message": "Invalid request payload input"
},
"path": "/_internal/test/transactions/charge",
"method": "post"
},
{
"code": 200,
"request": {
"fromAccountId": 8096149381481345,
"userId": 525357415909439,
"toAccountId": 5788774422082811,
"amount": 12
},
"headers": {
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache",
"content-length": "82",
"date": "Wed, 13 Apr 2022 23:53:12 GMT",
"connection": "close"
},
"response": {
"statusCode": 200,
"data": {
"transactionId": 8322661654833789,
"epoch": 1649893992009
}
},
"path": "/_internal/test/transactions/charge",
"method": "post"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment