{
	"info": {
		"_postman_id": "9de7d9db-3d55-4226-9944-65f36a4fb714",
		"name": "ai_micro_context",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "2198345"
	},
	"item": [
		{
			"name": "list_context",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"category_id\":1\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://ai.microgem.io.vn/api/context/list",
					"protocol": "https",
					"host": [
						"ai",
						"microgem",
						"io",
						"vn"
					],
					"path": [
						"api",
						"context",
						"list"
					]
				}
			},
			"response": []
		},
		{
			"name": "detail_context",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"openai_context_id\":10\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://ai.microgem.io.vn/api/context/detail",
					"protocol": "https",
					"host": [
						"ai",
						"microgem",
						"io",
						"vn"
					],
					"path": [
						"api",
						"context",
						"detail"
					]
				}
			},
			"response": []
		},
		{
			"name": "context_category",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://ai.microgem.io.vn/api/context/category/list",
					"protocol": "https",
					"host": [
						"ai",
						"microgem",
						"io",
						"vn"
					],
					"path": [
						"api",
						"context",
						"category",
						"list"
					]
				}
			},
			"response": []
		},
		{
			"name": "chat_new",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"openai_context_id\":10,\r\n    \"user_id\":123\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://ai.microgem.io.vn/api/context/customer/chat/new",
					"protocol": "https",
					"host": [
						"ai",
						"microgem",
						"io",
						"vn"
					],
					"path": [
						"api",
						"context",
						"customer",
						"chat",
						"new"
					]
				}
			},
			"response": []
		},
		{
			"name": "chat_with_history",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"user_id\":\"tunglaso1\",\r\n    \"message\":\"tôi muốn hỏi giá Phòng đơn\",\r\n    \"openai_context_id\":10,\r\n    \"context_customer_id\":4\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://ai.microgem.io.vn/api/context/customer/chat",
					"protocol": "https",
					"host": [
						"ai",
						"microgem",
						"io",
						"vn"
					],
					"path": [
						"api",
						"context",
						"customer",
						"chat"
					]
				}
			},
			"response": []
		},
		{
			"name": "history_customer_chat",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"user_id\":\"tunglaso1\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://ai.microgem.io.vn/api/context/customer/chat/history",
					"protocol": "https",
					"host": [
						"ai",
						"microgem",
						"io",
						"vn"
					],
					"path": [
						"api",
						"context",
						"customer",
						"chat",
						"history"
					]
				}
			},
			"response": []
		},
		{
			"name": "customer_chat_context_detail",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"context_customer_id\":6\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://ai.microgem.io.vn/api/context/customer/chat/context/detail",
					"protocol": "https",
					"host": [
						"ai",
						"microgem",
						"io",
						"vn"
					],
					"path": [
						"api",
						"context",
						"customer",
						"chat",
						"context",
						"detail"
					]
				}
			},
			"response": []
		}
	]
}