12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- [
- {
- "scope": "https://api.lokalise.com:443",
- "method": "GET",
- "path": "/api2/payment_cards/1774",
- "body": "",
- "status": 200,
- "response": {
- "user_id": 20181,
- "payment_card": {
- "card_id": 1774,
- "last4": "0358",
- "brand": "Visa",
- "created_at": "2019-03-19 17:49:07 (Etc/UTC)",
- "created_at_timestamp": 1553017747
- }
- },
- "rawHeaders": [
- "Server",
- "nginx",
- "Date",
- "Wed, 19 Jun 2019 15:12:27 GMT",
- "Content-Type",
- "application/json",
- "Transfer-Encoding",
- "chunked",
- "Connection",
- "close",
- "Vary",
- "Accept-Encoding",
- "Set-Cookie",
- "PHPSESSID=5495e9134cf0c97ca9f1fbcfb0f8bf75; expires=Sun, 18-Aug-2019 15:12:27 GMT; Max-Age=5184000; path=/; secure; HttpOnly",
- "Expires",
- "Thu, 19 Nov 1981 08:52:00 GMT",
- "Cache-Control",
- "no-store, no-cache, must-revalidate",
- "Pragma",
- "no-cache",
- "Pragma",
- "no-cache",
- "Cache-Control",
- "no-store, no-cache",
- "Access-Control-Allow-Origin",
- "*",
- "Access-Control-Allow-Headers",
- "Content-Type"
- ]
- }
- ]
|