{
	"log": {
		"version": "1.2",
		"creator": {
			"name": "Insomnia REST Client",
			"version": "insomnia.desktop.app:v12.3.1"
		},
		"entries": [
			{
				"startedDateTime": "2026-03-10T08:48:08.869Z",
				"time": 0,
				"request": {
					"method": "POST",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/api_keys",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						},
						{
							"name": "Content-Type",
							"value": "application/json"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "application/json",
						"text": "{\n  \"name\": \"My first API Key\",\n  \"description\": \"API key for accessing production services\",\n  \"expires\": \"2025-12-31T23:59:59Z\",\n  \"isActive\": true,\n  \"role\": \"orgadmin\"\n}"
					},
					"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.5 Create an Organisation - Create API Key"
			},
			{
				"startedDateTime": "2026-03-10T08:48:08.869Z",
				"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 Create an Organisation - Verify User is Member"
			},
			{
				"startedDateTime": "2026-03-10T08:48:08.869Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/members",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [
						{
							"name": "",
							"value": ""
						}
					],
					"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.3 Create an Organisation - List organisation members"
			},
			{
				"startedDateTime": "2026-03-10T08:48:08.869Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID",
					"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.2 Create an Organisation - Verify Organisation"
			},
			{
				"startedDateTime": "2026-03-10T08:48:08.869Z",
				"time": 0,
				"request": {
					"method": "POST",
					"url": "https://api.arratech.com/orgs",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						},
						{
							"name": "Content-Type",
							"value": "application/json"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "application/json",
						"text": "{\n  \"legalIdentifier\": \"123456789\",\n  \"legalName\": \"Your Company AB\",\n  \"countryCode\": \"SE\",\n  \"legalIdentifierCode\": \"SE:ORGNR\"\n}"
					},
					"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. Create an Organisation - Create an Organisation"
			}
		]
	}
}