{
	"info": {
		"_postman_id": "4a685443-8feb-434c-959c-189c1e03b158",
		"name": "Github Wrapped API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "25300027",
		"_collection_link": "https://fauzancodes.postman.co/workspace/Team-Workspace~34d91d2f-9cc2-4352-8a90-0b3e69f8e68e/collection/25300027-4a685443-8feb-434c-959c-189c1e03b158?action=share&source=collection_link&creator=25300027"
	},
	"item": [
		{
			"name": "Generate Data",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"personal_access_token\": \"ghp_xxxxxxxxxx\",\r\n    \"start_date\": \"2024-01-01\",\r\n    \"end_date\": \"2024-12-31\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{BASE_URL}}/generate",
					"host": [
						"{{BASE_URL}}"
					],
					"path": [
						"generate"
					]
				}
			},
			"response": []
		},
		{
			"name": "Get Data",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "{{BASE_URL}}/result/:id",
					"host": [
						"{{BASE_URL}}"
					],
					"path": [
						"result",
						":id"
					],
					"variable": [
						{
							"key": "id",
							"value": "db8b5f45-692e-48fe-8fa8-3b2a3c1f3a6e",
							"description": "Your unique id from /generate endpoint"
						}
					]
				}
			},
			"response": []
		}
	]
}