{
	"log": {
		"version": "1.2",
		"creator": {
			"name": "Insomnia REST Client",
			"version": "insomnia.desktop.app:v12.4.0"
		},
		"entries": [
			{
				"startedDateTime": "2026-03-06T11:20:48.351Z",
				"time": 0,
				"request": {
					"method": "POST",
					"url": "https://api.arratech.com/users/signup",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "accept",
							"value": "application/json"
						},
						{
							"name": "Content-Type",
							"value": "application/json"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "application/json",
						"text": "{    \"email\": \"my_email\",    \"password\": \"my_password\",    \"firstName\": \"first_name\",    \"lastName\": \"last_name\",    \"phone\": \"phone_number\",    \"countryCode\": \"country_code\",    \"companyName\": \"company_name\",    \"companySize\": \"company_size\" }"
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "1.  Getting Started - Create your account"
			},
			{
				"startedDateTime": "2026-03-06T11:20:48.351Z",
				"time": 0,
				"request": {
					"method": "POST",
					"url": "https://api.arratech.com/users/confirm-signup",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "accept",
							"value": "application/json"
						},
						{
							"name": "Content-Type",
							"value": "application/json"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "application/json",
						"text": "{    \"username\": \"my_username\",    \"confirmationCode\": \"confirmationCode\" }"
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "1.2 Getting Started - Confirm the account"
			},
			{
				"startedDateTime": "2026-03-06T11:20:48.351Z",
				"time": 0,
				"request": {
					"method": "POST",
					"url": "https://api.arratech.com/users/login",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "accept",
							"value": "application/json"
						},
						{
							"name": "Content-Type",
							"value": "application/json"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "application/json",
						"text": "{    \"username\": \"my_username\",    \"password\": \"my_password\" }"
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "1.3 Getting Started - Get an Access Token"
			},
			{
				"startedDateTime": "2026-03-06T11:20:48.351Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/users/me",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "1.4 Getting Started - Make your first call"
			}
		]
	}
}