-
-
Save bludnic/36a4a4bcf3eebd92e67039f2d31986dd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| GET /api/orders/218047a4-7101-4f2c-88bf-9bdace3a9844 HTTP/1.1 | |
| Host: backend-dot-atlas-morda-testing.appspot.com | |
| Cookie: session=eyJhbGciOiJSUzI1NiIsImtpZCI6InNrSUJOZyJ9.eyJpc3MiOiJodHRwczovL3Nlc3Npb24uZmlyZWJhc2UuZ29vZ2xlLmNvbS9hdGxhcy1tb3JkYS10ZXN0aW5nIiwiYXVkIjoiYXRsYXMtbW9yZGEtdGVzdGluZyIsImF1dGhfdGltZSI6MTU4MDE0NjAyNiwidXNlcl9pZCI6Ijc5MTExMTExMTE5Iiwic3ViIjoiNzkxMTExMTExMTkiLCJpYXQiOjE1ODAxNDYwMjcsImV4cCI6MTU4MTM1NTYyNywiZmlyZWJhc2UiOnsiaWRlbnRpdGllcyI6e30sInNpZ25faW5fcHJvdmlkZXIiOiJjdXN0b20ifX0.SxwVFWUwF5JL80zL6MS-hWp8Dpq6dtPKpGF2S5IwmOs2yOVECRhLKImKR0nWXTtpniKSj1mu7oeioLVcJdhl9E-9QHK_9T0AgzZ-k34PIxlAu4spkG8oRRGVtCB23W97kGmXTM-jdnW94TkxM9XtlSJaQo1B-CJ8lVWjmFlnqW9Z0LAkLxDtY_fldvsNtv3odDIYrAiOUMr3q2pYvifdfV3b8CkY95m8aEpWEAV4p9hrJh_JPdnhJ9-eRU35Mh9mvNQdZW5h5xum7iZPO0uGxgCJztn_NsRyvKGLbOnMUOdJ5Wtgaxi9PYm34D6CpnPXrir5O37VjM00ebAUwS668g | |
| User-Agent: PostmanRuntime/7.20.1 | |
| Accept: */* | |
| Cache-Control: no-cache | |
| Postman-Token: a315502f-3802-4f72-87f3-807d343ea771,d8d5bb69-4886-4f89-9804-1a744f443612 | |
| Host: backend-dot-atlas-morda-testing.appspot.com | |
| Accept-Encoding: gzip, deflate | |
| Connection: keep-alive | |
| cache-control: no-cache | |
This file contains hidden or 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
| POST /api/orders HTTP/1.1 | |
| Host: backend-dot-atlas-morda-testing.appspot.com | |
| Content-Type: application/json | |
| Cookie: session=eyJhbGciOiJSUzI1NiIsImtpZCI6InNrSUJOZyJ9.eyJpc3MiOiJodHRwczovL3Nlc3Npb24uZmlyZWJhc2UuZ29vZ2xlLmNvbS9hdGxhcy1tb3JkYS10ZXN0aW5nIiwiYXVkIjoiYXRsYXMtbW9yZGEtdGVzdGluZyIsImF1dGhfdGltZSI6MTU4MDE0NjAyNiwidXNlcl9pZCI6Ijc5MTExMTExMTE5Iiwic3ViIjoiNzkxMTExMTExMTkiLCJpYXQiOjE1ODAxNDYwMjcsImV4cCI6MTU4MTM1NTYyNywiZmlyZWJhc2UiOnsiaWRlbnRpdGllcyI6e30sInNpZ25faW5fcHJvdmlkZXIiOiJjdXN0b20ifX0.SxwVFWUwF5JL80zL6MS-hWp8Dpq6dtPKpGF2S5IwmOs2yOVECRhLKImKR0nWXTtpniKSj1mu7oeioLVcJdhl9E-9QHK_9T0AgzZ-k34PIxlAu4spkG8oRRGVtCB23W97kGmXTM-jdnW94TkxM9XtlSJaQo1B-CJ8lVWjmFlnqW9Z0LAkLxDtY_fldvsNtv3odDIYrAiOUMr3q2pYvifdfV3b8CkY95m8aEpWEAV4p9hrJh_JPdnhJ9-eRU35Mh9mvNQdZW5h5xum7iZPO0uGxgCJztn_NsRyvKGLbOnMUOdJ5Wtgaxi9PYm34D6CpnPXrir5O37VjM00ebAUwS668g | |
| User-Agent: PostmanRuntime/7.20.1 | |
| Accept: */* | |
| Cache-Control: no-cache | |
| Postman-Token: 7a61daf2-3c5d-46d0-aed8-ee896e6f6bd1,37ea09c6-9360-4afd-98b1-e9ef8bfbcb17 | |
| Host: backend-dot-atlas-morda-testing.appspot.com | |
| Accept-Encoding: gzip, deflate | |
| Content-Length: 673 | |
| Connection: keep-alive | |
| cache-control: no-cache | |
| { | |
| "passengers": [ | |
| { | |
| "docNumber": "4611770735", | |
| "docSeries": "string", | |
| "citizenshipCode": "RU", | |
| "firstName": "Иван", | |
| "middleName": "Иванович", | |
| "lastName": "Иванов", | |
| "docTypeCode": "0", | |
| "birthDate": "1993-08-18", | |
| "email": "[email protected]", | |
| "seatCode": 0, | |
| "phone": "79851594988", | |
| "genderType": "F", | |
| "ticketTypeCode": "0", | |
| "pickupStopId": "10752", | |
| "dischargeStopId": "10753" | |
| } | |
| ], | |
| "rideId": "atlas:458088:554234:524901:1", | |
| "savePersonalData": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment