{
	"info": {
		"_postman_id": "34f5c4b4-880e-43b9-8fb6-74aa267e1416",
		"name": "Aura Gateway Api Complete",
		"description": "Set of endpoints that support the aura gateway api",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "30051836"
	},
	"item": [
		{
			"name": "healthz",
			"item": [
				{
					"name": "healthz",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUrl}}/healthz",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"healthz"
							]
						},
						"description": "API Health Check."
					},
					"response": [
						{
							"name": "OK",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/healthz",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"healthz"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				}
			]
		},
		{
			"name": "favicon.ico",
			"item": [
				{
					"name": "favicon",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUrl}}/favicon.ico",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"favicon.ico"
							]
						},
						"description": "Get favicon."
					},
					"response": [
						{
							"name": "favicon",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/favicon.ico",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"favicon.ico"
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				}
			]
		},
		{
			"name": "shutdown",
			"item": [
				{
					"name": "shutdown",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUrl}}/shutdown",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"shutdown"
							]
						},
						"description": "API Shutdown Graceful."
					},
					"response": [
						{
							"name": "OK",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/shutdown",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"shutdown"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				}
			]
		},
		{
			"name": "metrics",
			"item": [
				{
					"name": "metrics",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "string"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/metrics",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"metrics"
							]
						},
						"description": "Metrics of service."
					},
					"response": [
						{
							"name": "metrics",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "string"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/metrics",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"metrics"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "text",
							"header": [
								{
									"key": "Content-Type",
									"value": "string"
								}
							],
							"cookie": [],
							"body": "{}"
						}
					]
				}
			]
		},
		{
			"name": "refresh",
			"item": [
				{
					"name": "refresh Configuration",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "correlator",
								"value": "urn:uuid:16595e0d-faa9-26a4-4505-d8f64b63adf2",
								"description": "Unique identifier of a request to be used as correlator in all systems"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"changes\": [\n    \"ad nis\",\n    \"Excepteur in\"\n  ]\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/refresh",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"refresh"
							]
						},
						"description": "Refresh configuration apps"
					},
					"response": [
						{
							"name": "Accepted",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "correlator",
										"value": "urn:uuid:16595e0d-faa9-26a4-4505-d8f64b63adf2",
										"description": "Unique identifier of a request to be used as correlator in all systems"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"changes\": [\n    \"ad nis\",\n    \"Excepteur in\"\n  ]\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/refresh",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"refresh"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 94880897.94907847\n}"
						},
						{
							"name": "Incoming HTTP request format is not valid",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "correlator",
										"value": "urn:uuid:16595e0d-faa9-26a4-4505-d8f64b63adf2",
										"description": "Unique identifier of a request to be used as correlator in all systems"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"changes\": [\n    \"ad nis\",\n    \"Excepteur in\"\n  ]\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/refresh",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"refresh"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "correlator",
									"value": "laboris deserunt et",
									"description": {
										"content": "Correlation id for the different services",
										"type": "text/plain"
									}
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"L\",\n  \"message\": \"et irure est\"\n}"
						},
						{
							"name": "Incoming HTTP request produces an internal error",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "correlator",
										"value": "urn:uuid:16595e0d-faa9-26a4-4505-d8f64b63adf2",
										"description": "Unique identifier of a request to be used as correlator in all systems"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"changes\": [\n    \"ad nis\",\n    \"Excepteur in\"\n  ]\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/refresh",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"refresh"
									]
								}
							},
							"status": "Internal Server Error",
							"code": 500,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "correlator",
									"value": "laboris deserunt et",
									"description": {
										"content": "Correlation id for the different services",
										"type": "text/plain"
									}
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"L\",\n  \"message\": \"et irure est\"\n}"
						}
					]
				}
			]
		},
		{
			"name": "dev",
			"item": [
				{
					"name": "behavior-manager",
					"item": [
						{
							"name": "commands",
							"item": [
								{
									"name": "behavior Manager Command",
									"request": {
										"method": "POST",
										"header": [
											{
												"key": "correlator",
												"value": "urn:uuid:16595e0d-faa9-26a4-4505-d8f64b63adf2",
												"description": "Unique identifier of a request to be used as correlator in all systems"
											},
											{
												"key": "x-correlator",
												"value": "urn:uuid:16595e0d-faa9-26a4-4505-d8f64b63adf2",
												"description": "Unique identifier of a request to be used as correlator in all systems",
												"type": "text"
											},
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"command\": \"qui sed laborum\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/dev/behavior-manager/commands",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"dev",
												"behavior-manager",
												"commands"
											]
										},
										"description": "Send a command to behavior manager"
									},
									"response": [
										{
											"name": "Accepted",
											"originalRequest": {
												"method": "POST",
												"header": [
													{
														"key": "correlator",
														"value": "urn:uuid:16595e0d-faa9-26a4-4505-d8f64b63adf2",
														"description": "Unique identifier of a request to be used as correlator in all systems"
													},
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"command\": \"qui sed laborum\",\n  \"sessionId\": \"ut pariatur\"\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/dev/behavior-manager/commands",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"dev",
														"behavior-manager",
														"commands"
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"command\": \"ullamco minim Ut proident\",\n  \"sessionId\": \"ut au\",\n  \"result\": \"exercitation in et veniam\"\n}"
										},
										{
											"name": "Incoming HTTP request format is not valid",
											"originalRequest": {
												"method": "POST",
												"header": [
													{
														"key": "correlator",
														"value": "urn:uuid:16595e0d-faa9-26a4-4505-d8f64b63adf2",
														"description": "Unique identifier of a request to be used as correlator in all systems"
													},
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"command\": \"qui sed laborum\",\n  \"sessionId\": \"ut pariatur\"\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/dev/behavior-manager/commands",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"dev",
														"behavior-manager",
														"commands"
													]
												}
											},
											"status": "Bad Request",
											"code": 400,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												},
												{
													"key": "correlator",
													"value": "laboris deserunt et",
													"description": {
														"content": "Correlation id for the different services",
														"type": "text/plain"
													}
												}
											],
											"cookie": [],
											"body": "{\n  \"code\": \"L\",\n  \"message\": \"et irure est\"\n}"
										},
										{
											"name": "Incoming HTTP request produces an internal error",
											"originalRequest": {
												"method": "POST",
												"header": [
													{
														"key": "correlator",
														"value": "urn:uuid:16595e0d-faa9-26a4-4505-d8f64b63adf2",
														"description": "Unique identifier of a request to be used as correlator in all systems"
													},
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"command\": \"qui sed laborum\",\n  \"sessionId\": \"ut pariatur\"\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/dev/behavior-manager/commands",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"dev",
														"behavior-manager",
														"commands"
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												},
												{
													"key": "correlator",
													"value": "laboris deserunt et",
													"description": {
														"content": "Correlation id for the different services",
														"type": "text/plain"
													}
												}
											],
											"cookie": [],
											"body": "{\n  \"code\": \"L\",\n  \"message\": \"et irure est\"\n}"
										}
									]
								}
							]
						}
					]
				}
			]
		},
		{
			"name": "aura-services",
			"item": [
				{
					"name": "v2",
					"item": [
						{
							"name": "aiservices",
							"item": [
								{
									"name": "generative",
									"item": [
										{
											"name": "prompts",
											"item": [
												{
													"name": "post Prompts",
													"request": {
														"method": "POST",
														"header": [
															{
																"key": "correlator",
																"value": "{{correlator}}",
																"description": "Unique identifier of a request to be used as correlator in all systems"
															},
															{
																"key": "x-correlator",
																"value": "{{correlator}}",
																"description": "Unique identifier of a request to be used as correlator in all systems",
																"type": "text"
															},
															{
																"key": "Content-Type",
																"value": "application/json"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "x-token-info",
																"value": "{{xTokenInfo}}",
																"type": "text"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"message\": \"Qué precio tiene el Samsung Galaxy S23?\",\n  \"application\": {\n    \"id\": \"bb06ead5-cd56-4dd0-b6cf-7df1f015e2f0\",\n    \"preset\": \"app-test-preset\"\n  }\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/aura-services/v2/aiservices/generative/prompts",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"aura-services",
																"v2",
																"aiservices",
																"generative",
																"prompts"
															]
														},
														"description": "Generate new prompt and sent it to OpenAI."
													},
													"response": []
												}
											]
										}
									]
								},
								{
									"name": "nlp",
									"item": [
										{
											"name": "query",
											"item": [
												{
													"name": "post Nlp Resolution Request",
													"request": {
														"method": "POST",
														"header": [
															{
																"key": "correlator",
																"value": "{{correlator}}",
																"description": "Unique identifier of a request to be used as correlator in all systems"
															},
															{
																"key": "x-correlator",
																"value": "{{correlator}}",
																"description": "Unique identifier of a request to be used as correlator in all systems",
																"type": "text"
															},
															{
																"key": "Content-Type",
																"value": "application/json"
															},
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"key": "x-token-info",
																"value": "{{xTokenInfo}}",
																"type": "text"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n    \"from\": \"666999888\",\n    \"message\": \"Contratar servicios\",\n    \"application\": {\n        \"id\": \"4bbd5b0f-70e8-494f-8452-6fdbc6fc7f8d\"\n    } ,\n    \"contextFilters\": [\n        \"subscriptionType:postpaid\"\n    ]\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/aura-services/v2/aiservices/nlp/query",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"aura-services",
																"v2",
																"aiservices",
																"nlp",
																"query"
															]
														},
														"description": "Generate new response from nlp."
													},
													"response": [
														{
															"name": "Incoming HTTP request format is valid",
															"originalRequest": {
																"method": "POST",
																"header": [
																	{
																		"key": "correlator",
																		"value": "urn:uuid:16595e0d-faa9-26a4-4505-d8f64b63adf2",
																		"description": "(Required) Unique identifier of a request to be used as correlator in all systems"
																	},
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	},
																	{
																		"key": "Accept",
																		"value": "application/json"
																	},
																	{
																		"key": "Authorization",
																		"value": "<API Key>",
																		"description": "Added as a part of security scheme: apikey"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"from\": \"irure anim sed\",\n  \"application\": {\n    \"id\": \"urn:uuid:b9afc7ae-f8d5-c3af-d296-e2d3b9abe850\",\n    \"template\": \"aute\"\n  },\n  \"message\": \"dolor sed voluptate consequat\",\n  \"contextFilters\": [\n    \"culpa sunt enim\",\n    \"proident officia ea\"\n  ]\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/aura-services/v1/gateway/sessions/:sessionId/nlp/query",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"aura-services",
																		"v1",
																		"gateway",
																		"sessions",
																		":sessionId",
																		"nlp",
																		"query"
																	],
																	"variable": [
																		{
																			"key": "sessionId"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																},
																{
																	"key": "correlator",
																	"value": "laboris deserunt et",
																	"description": {
																		"content": "Correlation id for the different services",
																		"type": "text/plain"
																	}
																}
															],
															"cookie": [],
															"body": "{\n  \"intent\": \"sit nostrud labore sunt\",\n  \"entities\": [\n    {\n      \"entity\": \"cupidatat tempor id sunt\",\n      \"type\": \"aliqua cupidatat Excepteur\",\n      \"score\": 85135992.27779469\n    },\n    {\n      \"entity\": \"aute\",\n      \"type\": \"voluptate in consectetur sed eiusmod\",\n      \"score\": -85318436.83023545\n    }\n  ],\n  \"questionId\": \"adipisicing ut et elit ex\",\n  \"question\": \"laborum occaecat ut\",\n  \"answerId\": \"sint ad\",\n  \"contextFilters\": [\n    \"sunt ullamco pariatur in\",\n    \"sunt veniam qui\"\n  ],\n  \"text\": \"reprehenderit exercitation\",\n  \"speak\": \"adipisicing\",\n  \"mainContent\": \"custom\",\n  \"mediaContent\": {\n    \"audio\": [\n      \"Excepteur est reprehenderit quis\",\n      \"in\"\n    ],\n    \"img\": [\n      \"est\",\n      \"\"\n    ],\n    \"video\": [\n      \"nostrud dolore sed aliqua\",\n      \"Lorem pariatur non laboris\"\n    ]\n  },\n  \"custom\": {},\n  \"relatedQuestions\": [\n    {\n      \"intent\": \"culpa pariatur velit minim\",\n      \"entities\": [\n        {\n          \"entity\": \"et Duis\",\n          \"type\": \"dolore nisi do sint veniam\",\n          \"score\": -69001543.10982525\n        },\n        {\n          \"entity\": \"labor\",\n          \"type\": \"laboris ut dolore minim\",\n          \"score\": 37388401.66170192\n        }\n      ],\n      \"questionId\": \"in nisi\",\n      \"question\": \"elit labore Excepteur\",\n      \"answerId\": \"sint laboris ad qui\",\n      \"contextFilters\": [\n        \"exercitation Excepteur eu cupidatat\",\n        \"adipisicing in est incididunt\"\n      ],\n      \"text\": \"Ut sed labore nulla\",\n      \"speak\": \"sint pariatu\",\n      \"mainContent\": \"textImg\",\n      \"mediaContent\": {\n        \"audio\": [\n          \"anim nisi cupidatat\",\n          \"in\"\n        ],\n        \"img\": [\n          \"in eiusmod cillum ea\",\n          \"sit est a\"\n        ],\n        \"video\": [\n          \"sint officia\",\n          \"voluptate\"\n        ]\n      },\n      \"custom\": {}\n    },\n    {\n      \"intent\": \"labore consectetur dolore\",\n      \"entities\": [\n        {\n          \"entity\": \"consequat labore ut Duis\",\n          \"type\": \"sint exercitation in et dolore\",\n          \"score\": -66980876.31046224\n        },\n        {\n          \"entity\": \"irure officia ex\",\n          \"type\": \"in non ut\",\n          \"score\": 4700721.485351652\n        }\n      ],\n      \"questionId\": \"fugiat id ipsum commodo\",\n      \"question\": \"dolore occaecat\",\n      \"answerId\": \"irure\",\n      \"contextFilters\": [\n        \"ut veniam in cupidatat\",\n        \"ex sit esse consequat\"\n      ],\n      \"text\": \"aliquip quis\",\n      \"speak\": \"incididunt amet\",\n      \"mainContent\": \"textImg\",\n      \"mediaContent\": {\n        \"audio\": [\n          \"ea dolore incididunt\",\n          \"incididunt in magna Ut\"\n        ],\n        \"img\": [\n          \"non incididunt\",\n          \"mollit in enim\"\n        ],\n        \"video\": [\n          \"irure occaecat dolor no\",\n          \"incididunt dolor voluptate\"\n        ]\n      },\n      \"custom\": {}\n    }\n  ],\n  \"options\": [\n    {\n      \"intent\": \"\",\n      \"entities\": [\n        {\n          \"entity\": \"culpa ullamco ea non\",\n          \"type\": \"ut laborum esse dolore ad\",\n          \"score\": 14777646.697855845\n        },\n        {\n          \"entity\": \"labore consectetur\",\n          \"type\": \"velit officia fugi\",\n          \"score\": 54536903.93970904\n        }\n      ],\n      \"questionId\": \"ex officia\",\n      \"question\": \"se\",\n      \"answerId\": \"et irur\",\n      \"contextFilters\": [\n        \"minim Duis dolore et\",\n        \"minim reprehenderit in\"\n      ],\n      \"text\": \"laboris aute ad\",\n      \"speak\": \"adipisicing occaecat\",\n      \"mainContent\": \"audio\",\n      \"mediaContent\": {\n        \"audio\": [\n          \"velit sint eu Duis\",\n          \"officia culpa\"\n        ],\n        \"img\": [\n          \"esse\",\n          \"velit dolor\"\n        ],\n        \"video\": [\n          \"veniam consectetur et velit Duis\",\n          \"voluptate in aute in dolor\"\n        ]\n      },\n      \"custom\": {},\n      \"relatedQuestions\": [\n        {\n          \"intent\": \"Excepteur aute\",\n          \"entities\": [\n            {\n              \"entity\": \"officia Excepteur aute deserunt nostrud\",\n              \"type\": \"officia nisi sit pariatur\",\n              \"score\": -27290958.032491997\n            },\n            {\n              \"entity\": \"nisi ullamco voluptate occaecat proide\",\n              \"type\": \"dolore\",\n              \"score\": 8348154.793932319\n            }\n          ],\n          \"questionId\": \"voluptate eu\",\n          \"question\": \"consequat Lorem nisi pariatur\",\n          \"answerId\": \"enim amet\",\n          \"contextFilters\": [\n            \"dolore labore reprehenderit\",\n            \"nulla officia dolore\"\n          ],\n          \"text\": \"et\",\n          \"speak\": \"velit anim eu\",\n          \"mainContent\": \"audio\",\n          \"mediaContent\": {\n            \"audio\": [\n              \"dolore pariatur sed dolor\",\n              \"anim mollit Duis\"\n            ],\n            \"img\": [\n              \"anim in\",\n              \"Duis labore et non sunt\"\n            ],\n            \"video\": [\n              \"voluptate ex es\",\n              \"dolor commodo\"\n            ]\n          },\n          \"custom\": {}\n        },\n        {\n          \"intent\": \"voluptate\",\n          \"entities\": [\n            {\n              \"entity\": \"ad aute\",\n              \"type\": \"ea occaecat incididu\",\n              \"score\": -63901852.94761857\n            },\n            {\n              \"entity\": \"irure al\",\n              \"type\": \"eu elit nostrud\",\n              \"score\": -98442203.9996061\n            }\n          ],\n          \"questionId\": \"in in sint\",\n          \"question\": \"officia nostrud \",\n          \"answerId\": \"Ut ullam\",\n          \"contextFilters\": [\n            \"ea enim id\",\n            \"sunt do in ad incididunt\"\n          ],\n          \"text\": \"nulla consectetur\",\n          \"speak\": \"ullamco\",\n          \"mainContent\": \"textAudio\",\n          \"mediaContent\": {\n            \"audio\": [\n              \"cillum\",\n              \"id eu dolor in\"\n            ],\n            \"img\": [\n              \"amet veniam elit\",\n              \"culpa\"\n            ],\n            \"video\": [\n              \"tempor\",\n              \"ipsum sed adipisicing\"\n            ]\n          },\n          \"custom\": {}\n        }\n      ]\n    },\n    {\n      \"intent\": \"culpa\",\n      \"entities\": [\n        {\n          \"entity\": \"dolore anim laboris laborum sed\",\n          \"type\": \"deserunt proident dolor exercitation\",\n          \"score\": -18348157.145776734\n        },\n        {\n          \"entity\": \"incididunt aliquip aute dolore fugiat\",\n          \"type\": \"irure eu sint\",\n          \"score\": 45185377.667637676\n        }\n      ],\n      \"questionId\": \"aute pariatur\",\n      \"question\": \"ad cillum quis occaec\",\n      \"answerId\": \"deserunt cil\",\n      \"contextFilters\": [\n        \"non velit ad Excepteur nulla\",\n        \"ex amet\"\n      ],\n      \"text\": \"ad\",\n      \"speak\": \"commodo\",\n      \"mainContent\": \"textImg\",\n      \"mediaContent\": {\n        \"audio\": [\n          \"non cupidatat velit sed\",\n          \"pariatur elit non exercitation anim\"\n        ],\n        \"img\": [\n          \"sed\",\n          \"sed deserunt Ut tempor\"\n        ],\n        \"video\": [\n          \"aute\",\n          \"non officia\"\n        ]\n      },\n      \"custom\": {},\n      \"relatedQuestions\": [\n        {\n          \"intent\": \"ex\",\n          \"entities\": [\n            {\n              \"entity\": \"non\",\n              \"type\": \"consequat ut non ex do\",\n              \"score\": 60252716.768951625\n            },\n            {\n              \"entity\": \"sit ad id tempor\",\n              \"type\": \"in\",\n              \"score\": -34120552.58344013\n            }\n          ],\n          \"questionId\": \"commodo Duis irure mollit Lorem\",\n          \"question\": \"anim laborum magna minim sint\",\n          \"answerId\": \"mollit\",\n          \"contextFilters\": [\n            \"eu Ut dolor pariatur\",\n            \"in Duis pariatur tempor dolor\"\n          ],\n          \"text\": \"nulla irure anim\",\n          \"speak\": \"est in\",\n          \"mainContent\": \"textImg\",\n          \"mediaContent\": {\n            \"audio\": [\n              \"ut Ut sunt amet\",\n              \"labor\"\n            ],\n            \"img\": [\n              \"ipsum eu esse sed\",\n              \"sit elit\"\n            ],\n            \"video\": [\n              \"Duis ut do nisi\",\n              \"tem\"\n            ]\n          },\n          \"custom\": {}\n        },\n        {\n          \"intent\": \"occaecat\",\n          \"entities\": [\n            {\n              \"entity\": \"mollit in nostrud\",\n              \"type\": \"amet\",\n              \"score\": -12754885.777817115\n            },\n            {\n              \"entity\": \"cillum dolor id\",\n              \"type\": \"consequat magna in et minim\",\n              \"score\": -7856624.19161275\n            }\n          ],\n          \"questionId\": \"et Duis\",\n          \"question\": \"incididunt quis veniam ut\",\n          \"answerId\": \"qui\",\n          \"contextFilters\": [\n            \"est enim\",\n            \"reprehenderit enim veniam do aute\"\n          ],\n          \"text\": \"aute\",\n          \"speak\": \"elit non irure do\",\n          \"mainContent\": \"text\",\n          \"mediaContent\": {\n            \"audio\": [\n              \"ullamco est ea sunt in\",\n              \"voluptate deserunt ipsum quis\"\n            ],\n            \"img\": [\n              \"sed\",\n              \"reprehenderit exercitation nulla amet\"\n            ],\n            \"video\": [\n              \"dolore\",\n              \"quis consequat reprehenderit\"\n            ]\n          },\n          \"custom\": {}\n        }\n      ]\n    }\n  ]\n}"
														},
														{
															"name": "Incoming HTTP request format is not valid",
															"originalRequest": {
																"method": "POST",
																"header": [
																	{
																		"key": "correlator",
																		"value": "urn:uuid:16595e0d-faa9-26a4-4505-d8f64b63adf2",
																		"description": "(Required) Unique identifier of a request to be used as correlator in all systems"
																	},
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	},
																	{
																		"key": "Accept",
																		"value": "application/json"
																	},
																	{
																		"key": "Authorization",
																		"value": "<API Key>",
																		"description": "Added as a part of security scheme: apikey"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"from\": \"irure anim sed\",\n  \"application\": {\n    \"id\": \"urn:uuid:b9afc7ae-f8d5-c3af-d296-e2d3b9abe850\",\n    \"template\": \"aute\"\n  },\n  \"message\": \"dolor sed voluptate consequat\",\n  \"contextFilters\": [\n    \"culpa sunt enim\",\n    \"proident officia ea\"\n  ]\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/aura-services/v1/gateway/sessions/:sessionId/nlp/query",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"aura-services",
																		"v1",
																		"gateway",
																		"sessions",
																		":sessionId",
																		"nlp",
																		"query"
																	],
																	"variable": [
																		{
																			"key": "sessionId"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																},
																{
																	"key": "correlator",
																	"value": "laboris deserunt et",
																	"description": {
																		"content": "Correlation id for the different services",
																		"type": "text/plain"
																	}
																}
															],
															"cookie": [],
															"body": "{\n  \"code\": \"L\",\n  \"message\": \"et irure est\"\n}"
														},
														{
															"name": "Incoming HTTP request authorization is not valid",
															"originalRequest": {
																"method": "POST",
																"header": [
																	{
																		"key": "correlator",
																		"value": "urn:uuid:16595e0d-faa9-26a4-4505-d8f64b63adf2",
																		"description": "(Required) Unique identifier of a request to be used as correlator in all systems"
																	},
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	},
																	{
																		"key": "Accept",
																		"value": "application/json"
																	},
																	{
																		"key": "Authorization",
																		"value": "<API Key>",
																		"description": "Added as a part of security scheme: apikey"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"from\": \"irure anim sed\",\n  \"application\": {\n    \"id\": \"urn:uuid:b9afc7ae-f8d5-c3af-d296-e2d3b9abe850\",\n    \"template\": \"aute\"\n  },\n  \"message\": \"dolor sed voluptate consequat\",\n  \"contextFilters\": [\n    \"culpa sunt enim\",\n    \"proident officia ea\"\n  ]\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/aura-services/v1/gateway/sessions/:sessionId/nlp/query",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"aura-services",
																		"v1",
																		"gateway",
																		"sessions",
																		":sessionId",
																		"nlp",
																		"query"
																	],
																	"variable": [
																		{
																			"key": "sessionId"
																		}
																	]
																}
															},
															"status": "Unauthorized",
															"code": 401,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																},
																{
																	"key": "correlator",
																	"value": "laboris deserunt et",
																	"description": {
																		"content": "Correlation id for the different services",
																		"type": "text/plain"
																	}
																}
															],
															"cookie": [],
															"body": "{\n  \"code\": \"L\",\n  \"message\": \"et irure est\"\n}"
														},
														{
															"name": "Incoming HTTP request is not found",
															"originalRequest": {
																"method": "POST",
																"header": [
																	{
																		"key": "correlator",
																		"value": "urn:uuid:16595e0d-faa9-26a4-4505-d8f64b63adf2",
																		"description": "(Required) Unique identifier of a request to be used as correlator in all systems"
																	},
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	},
																	{
																		"key": "Accept",
																		"value": "application/json"
																	},
																	{
																		"key": "Authorization",
																		"value": "<API Key>",
																		"description": "Added as a part of security scheme: apikey"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"from\": \"irure anim sed\",\n  \"application\": {\n    \"id\": \"urn:uuid:b9afc7ae-f8d5-c3af-d296-e2d3b9abe850\",\n    \"template\": \"aute\"\n  },\n  \"message\": \"dolor sed voluptate consequat\",\n  \"contextFilters\": [\n    \"culpa sunt enim\",\n    \"proident officia ea\"\n  ]\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/aura-services/v1/gateway/sessions/:sessionId/nlp/query",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"aura-services",
																		"v1",
																		"gateway",
																		"sessions",
																		":sessionId",
																		"nlp",
																		"query"
																	],
																	"variable": [
																		{
																			"key": "sessionId"
																		}
																	]
																}
															},
															"status": "Not Found",
															"code": 404,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																},
																{
																	"key": "correlator",
																	"value": "laboris deserunt et",
																	"description": {
																		"content": "Correlation id for the different services",
																		"type": "text/plain"
																	}
																}
															],
															"cookie": [],
															"body": "{\n  \"code\": \"L\",\n  \"message\": \"et irure est\"\n}"
														},
														{
															"name": "Incoming HTTP request produces an internal error",
															"originalRequest": {
																"method": "POST",
																"header": [
																	{
																		"key": "correlator",
																		"value": "urn:uuid:16595e0d-faa9-26a4-4505-d8f64b63adf2",
																		"description": "(Required) Unique identifier of a request to be used as correlator in all systems"
																	},
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	},
																	{
																		"key": "Accept",
																		"value": "application/json"
																	},
																	{
																		"key": "Authorization",
																		"value": "<API Key>",
																		"description": "Added as a part of security scheme: apikey"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"from\": \"irure anim sed\",\n  \"application\": {\n    \"id\": \"urn:uuid:b9afc7ae-f8d5-c3af-d296-e2d3b9abe850\",\n    \"template\": \"aute\"\n  },\n  \"message\": \"dolor sed voluptate consequat\",\n  \"contextFilters\": [\n    \"culpa sunt enim\",\n    \"proident officia ea\"\n  ]\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/aura-services/v1/gateway/sessions/:sessionId/nlp/query",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"aura-services",
																		"v1",
																		"gateway",
																		"sessions",
																		":sessionId",
																		"nlp",
																		"query"
																	],
																	"variable": [
																		{
																			"key": "sessionId"
																		}
																	]
																}
															},
															"status": "Internal Server Error",
															"code": 500,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																},
																{
																	"key": "correlator",
																	"value": "laboris deserunt et",
																	"description": {
																		"content": "Correlation id for the different services",
																		"type": "text/plain"
																	}
																}
															],
															"cookie": [],
															"body": "{\n  \"code\": \"L\",\n  \"message\": \"et irure est\"\n}"
														}
													]
												}
											]
										}
									]
								},
								{
									"name": "sessions",
									"item": [
										{
											"name": "{session_id}",
											"item": [
												{
													"name": "feedback",
													"item": [
														{
															"name": "post Feedback",
															"request": {
																"method": "POST",
																"header": [
																	{
																		"key": "correlator",
																		"value": "{{correlator}}",
																		"description": "Unique identifier of a request to be used as correlator in all systems"
																	},
																	{
																		"key": "x-correlator",
																		"value": "{{correlator}}",
																		"description": "Unique identifier of a request to be used as correlator in all systems",
																		"type": "text"
																	},
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	},
																	{
																		"key": "Accept",
																		"value": "application/json"
																	},
																	{
																		"key": "x-token-info",
																		"value": "{{xTokenInfo}}",
																		"type": "text"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"application\": {\n    \"id\": \"bb06ead5-cd56-4dd0-b6cf-7df1f015e2f0\"\n  },\n  \"value\": true,\n  \"msg_corrid\": \"79e2646a-a8bb-4355-b79f-42722c066155\"\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/aura-services/v2/aiservices/sessions/{session_id}/feedback",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"aura-services",
																		"v2",
																		"aiservices",
																		"sessions",
																		"{session_id}",
																		"feedback"
																	]
																},
																"description": "Generate new prompt and sent it to OpenAI."
															},
															"response": []
														}
													]
												}
											]
										}
									]
								}
							]
						}
					]
				}
			]
		}
	],
	"auth": {
		"type": "apikey",
		"apikey": [
			{
				"key": "value",
				"value": "{{apiKey}}",
				"type": "string"
			},
			{
				"key": "key",
				"value": "Authorization",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					"var uuid = require('uuid');",
					"postman.setEnvironmentVariable(\"correlator\", uuid.v4());"
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "baseUrl",
			"value": "http://localhost:8989"
		},
		{
			"key": "sessionId",
			"value": "",
			"type": "string"
		},
		{
			"key": "apiKey",
			"value": "",
			"type": "string"
		},
		{
			"key": "access_token",
			"value": ""
		},
		{
			"key": "correlator",
			"value": "",
			"type": "string"
		},
		{
			"key": "xTokenInfo",
			"value": "{\"active\":true,\"exp\":0000000001,\"iss\":\"https://auth.global-int-current.baikalplatform.com/\",\"client_id\":\"aura-bot-env\",\"idp\":\"MOCKWEB\",\"scopes\":[\"aura-ai-services:messaging:write\"]}",
			"type": "string"
		}
	]
}