{
	"info": {
		"_postman_id": "6fa9ca87-7582-470e-8477-b356c8b8ed44",
		"name": "legitapp-developer-api-sample",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "222172"
	},
	"item": [
		{
			"name": "find categories",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:3000/categories",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3000",
					"path": [
						"categories"
					]
				}
			},
			"response": [
				{
					"name": "200 success",
					"originalRequest": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://localhost:3000/categories",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"categories"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "389"
						},
						{
							"key": "ETag",
							"value": "W/\"185-4Bp/jZVjun70Gs1YhYeirYx+HJc\""
						},
						{
							"key": "Date",
							"value": "Fri, 14 Feb 2025 08:14:35 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"title\": \"Sneakers\"\n        },\n        {\n            \"id\": 2,\n            \"title\": \"Streetwear\"\n        },\n        {\n            \"id\": 3,\n            \"title\": \"Toys & Figures\"\n        },\n        {\n            \"id\": 4,\n            \"title\": \"Luxury Handbags\"\n        },\n        {\n            \"id\": 5,\n            \"title\": \"Luxury Clothing\"\n        },\n        {\n            \"id\": 6,\n            \"title\": \"Luxury Shoes\"\n        },\n        {\n            \"id\": 7,\n            \"title\": \"Luxury Accessories\"\n        },\n        {\n            \"id\": 8,\n            \"title\": \"Product Code Checking\"\n        },\n        {\n            \"id\": 9,\n            \"title\": \"Luxury Watches\"\n        },\n        {\n            \"id\": 10,\n            \"title\": \"Trading Cards\"\n        },\n        {\n            \"id\": 11,\n            \"title\": \"Cosmetic Products\"\n        }\n    ]\n}"
				},
				{
					"name": "401 invalid token",
					"originalRequest": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://localhost:3000/categories",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"categories"
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "192"
						},
						{
							"key": "ETag",
							"value": "W/\"c0-ww+kBqQBOZlTq2SN0FkxmGz3KYQ\""
						},
						{
							"key": "Date",
							"value": "Mon, 17 Feb 2025 01:56:57 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"message\": \"Failed to submit authentication request\",\n    \"details\": {\n        \"errors\": [\n            {\n                \"id\": \"INVALID_TOKEN\",\n                \"message\": \"We couldn't log in with your information. Please check and try again.\",\n                \"code\": 401\n            }\n        ]\n    }\n}"
				}
			]
		},
		{
			"name": "find brands",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:3000/brands?categoryId=1",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3000",
					"path": [
						"brands"
					],
					"query": [
						{
							"key": "categoryId",
							"value": "1"
						}
					]
				}
			},
			"response": [
				{
					"name": "200 success (sneaker category)",
					"originalRequest": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://localhost:3000/brands?categoryId=1",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"brands"
							],
							"query": [
								{
									"key": "categoryId",
									"value": "1"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "1267"
						},
						{
							"key": "ETag",
							"value": "W/\"4f3-PiS/LpGtD+WyXXN1L2s164sitKA\""
						},
						{
							"key": "Date",
							"value": "Fri, 14 Feb 2025 08:14:48 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"data\": [\n        {\n            \"id\": 3,\n            \"title\": \"Adidas\",\n            \"slug\": \"adidas\"\n        },\n        {\n            \"id\": 1,\n            \"title\": \"Air Jordan\",\n            \"slug\": \"air-jordan\"\n        },\n        {\n            \"id\": 261,\n            \"title\": \"ANTA\",\n            \"slug\": \"anta\"\n        },\n        {\n            \"id\": 155,\n            \"title\": \"Asics\",\n            \"slug\": \"asics\"\n        },\n        {\n            \"id\": 10,\n            \"title\": \"BAPE\",\n            \"slug\": \"bape\"\n        },\n        {\n            \"id\": 5,\n            \"title\": \"Converse\",\n            \"slug\": \"converse\"\n        },\n        {\n            \"id\": 13,\n            \"title\": \"FEAR OF GOD\",\n            \"slug\": \"fear-of-god\"\n        },\n        {\n            \"id\": 152,\n            \"title\": \"Fila\",\n            \"slug\": \"fila\"\n        },\n        {\n            \"id\": 159,\n            \"title\": \"Hoka\",\n            \"slug\": \"hoka-sneakers\"\n        },\n        {\n            \"id\": 153,\n            \"title\": \"Li-Ning\",\n            \"slug\": \"li-ning\"\n        },\n        {\n            \"id\": 157,\n            \"title\": \"Mihara Yasuhiro\",\n            \"slug\": \"mihara-yasuhiro\"\n        },\n        {\n            \"id\": 209,\n            \"title\": \"MLB\",\n            \"slug\": \"mlb\"\n        },\n        {\n            \"id\": 150,\n            \"title\": \"New Balance\",\n            \"slug\": \"new-balance\"\n        },\n        {\n            \"id\": 2,\n            \"title\": \"Nike\",\n            \"slug\": \"nike\"\n        },\n        {\n            \"id\": 262,\n            \"title\": \"Onitsuka Tiger\",\n            \"slug\": \"onitsuka-tiger\"\n        },\n        {\n            \"id\": 6,\n            \"title\": \"Puma\",\n            \"slug\": \"puma\"\n        },\n        {\n            \"id\": 7,\n            \"title\": \"Reebok\",\n            \"slug\": \"reebok\"\n        },\n        {\n            \"id\": 154,\n            \"title\": \"Revenge X Storm\",\n            \"slug\": \"revenge-x-storm\"\n        },\n        {\n            \"id\": 158,\n            \"title\": \"Rick Owens\",\n            \"slug\": \"rick-owens\"\n        },\n        {\n            \"id\": 236,\n            \"title\": \"Salomon\",\n            \"slug\": \"salomon\"\n        },\n        {\n            \"id\": 260,\n            \"title\": \"Skechers\",\n            \"slug\": \"skechers\"\n        },\n        {\n            \"id\": 216,\n            \"title\": \"Timberland\",\n            \"slug\": \"timberland\"\n        },\n        {\n            \"id\": 151,\n            \"title\": \"Under Armour\",\n            \"slug\": \"under-armour\"\n        },\n        {\n            \"id\": 8,\n            \"title\": \"Vans\",\n            \"slug\": \"vans\"\n        },\n        {\n            \"id\": 191,\n            \"title\": \"XVESSEL\",\n            \"slug\": \"xvessel\"\n        },\n        {\n            \"id\": 156,\n            \"title\": \"Y-3\",\n            \"slug\": \"y-3\"\n        },\n        {\n            \"id\": 4,\n            \"title\": \"Yeezy\",\n            \"slug\": \"yeezy\"\n        }\n    ]\n}"
				},
				{
					"name": "401 invalid token",
					"originalRequest": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://localhost:3000/brands?categoryId=1",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"brands"
							],
							"query": [
								{
									"key": "categoryId",
									"value": "1"
								}
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "192"
						},
						{
							"key": "ETag",
							"value": "W/\"c0-ww+kBqQBOZlTq2SN0FkxmGz3KYQ\""
						},
						{
							"key": "Date",
							"value": "Mon, 17 Feb 2025 01:57:26 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"message\": \"Failed to submit authentication request\",\n    \"details\": {\n        \"errors\": [\n            {\n                \"id\": \"INVALID_TOKEN\",\n                \"message\": \"We couldn't log in with your information. Please check and try again.\",\n                \"code\": 401\n            }\n        ]\n    }\n}"
				}
			]
		},
		{
			"name": "find models",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:3000/models?categoryId=1&brandId=3",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3000",
					"path": [
						"models"
					],
					"query": [
						{
							"key": "categoryId",
							"value": "1"
						},
						{
							"key": "brandId",
							"value": "3"
						}
					]
				}
			},
			"response": [
				{
					"name": "200 success (sneaker category, adidas brand)",
					"originalRequest": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://localhost:3000/models?categoryId=1&brandId=3",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"models"
							],
							"query": [
								{
									"key": "categoryId",
									"value": "1"
								},
								{
									"key": "brandId",
									"value": "3"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "2634"
						},
						{
							"key": "ETag",
							"value": "W/\"a4a-NHcgZRr1vmKoxs8z+J85HJzJBCY\""
						},
						{
							"key": "Date",
							"value": "Fri, 14 Feb 2025 08:15:49 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"data\": [\n        {\n            \"id\": 1253,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"adiFOM\"\n        },\n        {\n            \"id\": 1252,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Adizero\"\n        },\n        {\n            \"id\": 1242,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"AE 1\"\n        },\n        {\n            \"id\": 53,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Basketball\"\n        },\n        {\n            \"id\": 1246,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Bermuda\"\n        },\n        {\n            \"id\": 1055,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Campus\"\n        },\n        {\n            \"id\": 1247,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Country\"\n        },\n        {\n            \"id\": 1257,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"D.O.N.\"\n        },\n        {\n            \"id\": 1263,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Dame\"\n        },\n        {\n            \"id\": 52,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"EQT\"\n        },\n        {\n            \"id\": 1256,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Fear of God\"\n        },\n        {\n            \"id\": 1248,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Forum\"\n        },\n        {\n            \"id\": 1056,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Gazelle\"\n        },\n        {\n            \"id\": 1240,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Handball\"\n        },\n        {\n            \"id\": 1244,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Harden\"\n        },\n        {\n            \"id\": 1266,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Helvellyn SPZL\"\n        },\n        {\n            \"id\": 422,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Human Race\"\n        },\n        {\n            \"id\": 50,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Iniki\"\n        },\n        {\n            \"id\": 1249,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Italia SPZL\"\n        },\n        {\n            \"id\": 424,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Ivy Park\"\n        },\n        {\n            \"id\": 1258,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Mad Iiinfinity\"\n        },\n        {\n            \"id\": 1245,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Manchester\"\n        },\n        {\n            \"id\": 423,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Nite Jogger\"\n        },\n        {\n            \"id\": 49,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"NMD\"\n        },\n        {\n            \"id\": 1261,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Orketro Bape\"\n        },\n        {\n            \"id\": 57,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Other\"\n        },\n        {\n            \"id\": 421,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Ozweego\"\n        },\n        {\n            \"id\": 1254,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Palos Hills\"\n        },\n        {\n            \"id\": 1265,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Radlander\"\n        },\n        {\n            \"id\": 425,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Raf Simons\"\n        },\n        {\n            \"id\": 1255,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Response CL\"\n        },\n        {\n            \"id\": 54,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Running\"\n        },\n        {\n            \"id\": 954,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Samba\"\n        },\n        {\n            \"id\": 55,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Skateboarding\"\n        },\n        {\n            \"id\": 1241,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"SL 72\"\n        },\n        {\n            \"id\": 1250,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"SL83 SPZL\"\n        },\n        {\n            \"id\": 56,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Soccer\"\n        },\n        {\n            \"id\": 51,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Stan Smith\"\n        },\n        {\n            \"id\": 1243,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Superstar\"\n        },\n        {\n            \"id\": 1262,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Taekwondo\"\n        },\n        {\n            \"id\": 1264,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Tobacco\"\n        },\n        {\n            \"id\": 48,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Ultra Boost\"\n        },\n        {\n            \"id\": 1251,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"Wimberly SPZL\"\n        },\n        {\n            \"id\": 1259,\n            \"category_id\": 1,\n            \"brand_id\": 3,\n            \"title\": \"XLG Runner\"\n        }\n    ]\n}"
				},
				{
					"name": "401 invalid token",
					"originalRequest": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://localhost:3000/models?categoryId=1&brandId=3",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"models"
							],
							"query": [
								{
									"key": "categoryId",
									"value": "1"
								},
								{
									"key": "brandId",
									"value": "3"
								}
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "192"
						},
						{
							"key": "ETag",
							"value": "W/\"c0-ww+kBqQBOZlTq2SN0FkxmGz3KYQ\""
						},
						{
							"key": "Date",
							"value": "Mon, 17 Feb 2025 02:02:42 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"message\": \"Failed to submit authentication request\",\n    \"details\": {\n        \"errors\": [\n            {\n                \"id\": \"INVALID_TOKEN\",\n                \"message\": \"We couldn't log in with your information. Please check and try again.\",\n                \"code\": 401\n            }\n        ]\n    }\n}"
				}
			]
		},
		{
			"name": "find authentication sets",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:3000/authentication_sets?categoryId=1&brandId=2&modelId=39",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3000",
					"path": [
						"authentication_sets"
					],
					"query": [
						{
							"key": "categoryId",
							"value": "1"
						},
						{
							"key": "brandId",
							"value": "2"
						},
						{
							"key": "modelId",
							"value": "39"
						}
					]
				}
			},
			"response": [
				{
					"name": "200 success (sneaker category, nike brand, foamposite model)",
					"originalRequest": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://localhost:3000/authentication_sets?categoryId=1&brandId=2&modelId=39",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"authentication_sets"
							],
							"query": [
								{
									"key": "categoryId",
									"value": "1"
								},
								{
									"key": "brandId",
									"value": "2"
								},
								{
									"key": "modelId",
									"value": "39"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "63195"
						},
						{
							"key": "ETag",
							"value": "W/\"f6db-XjjS6HefiumXVzipkFqFGSmJJwA\""
						},
						{
							"key": "Date",
							"value": "Fri, 14 Feb 2025 08:16:16 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"id\": 1,\n    \"title\": \"Sneakers > Nike\",\n    \"category_id\": 1,\n    \"brand_id\": 2,\n    \"model_id\": null,\n    \"service_guideline_set_id\": 1,\n    \"service_level_set_id\": 8,\n    \"service_placeholder_set_id\": 19,\n    \"service_extra_service_set_id\": 1,\n    \"checker_count_required\": 2,\n    \"submission_description\": {\n        \"en\": \"\",\n        \"tc\": \"\",\n        \"sc\": \"\",\n        \"ja\": \"\"\n    },\n    \"video_tutorial_url\": \"https://youtu.be/fRsyyUJu1NQ\",\n    \"financial_guarantee_enabled\": 1,\n    \"nft_certificate_enabled\": 0,\n    \"public\": 1,\n    \"enabled\": 1,\n    \"created_at\": \"2020-08-05T02:01:28.000Z\",\n    \"updated_at\": \"2025-02-11T13:18:46.000Z\",\n    \"service_level\": [\n        {\n            \"id\": 48,\n            \"service_level_set_id\": 8,\n            \"marketplace\": 0,\n            \"legit_tag\": 0,\n            \"index\": 0,\n            \"title\": \"< 10 Minutes\",\n            \"title_tc\": \"< 10分鐘\",\n            \"title_sc\": \"< 10分钟\",\n            \"title_es\": null,\n            \"title_ja\": \"< 10分\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"5 Tokens\",\n            \"subtitle_tc\": \"5個代幣\",\n            \"subtitle_sc\": \"5个代币\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"5 コイン\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"tag\": null,\n            \"minute\": 10,\n            \"credit_compared_at\": \"0.0000\",\n            \"credit\": \"5.0000\",\n            \"started_at\": null,\n            \"ended_at\": null,\n            \"insurance_free\": 1,\n            \"public\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2023-02-16T07:10:40.000Z\",\n            \"updated_at\": \"2023-06-25T15:40:46.000Z\"\n        },\n        {\n            \"id\": 41,\n            \"service_level_set_id\": 8,\n            \"marketplace\": 0,\n            \"legit_tag\": 0,\n            \"index\": 1,\n            \"title\": \"< 15 Minutes\",\n            \"title_tc\": \"< 15分鐘\",\n            \"title_sc\": \"< 15分钟\",\n            \"title_es\": null,\n            \"title_ja\": \"< 15分\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"4 Tokens\",\n            \"subtitle_tc\": \"4個代幣\",\n            \"subtitle_sc\": \"4个代币\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"4 コイン\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"tag\": null,\n            \"minute\": 15,\n            \"credit_compared_at\": \"0.0000\",\n            \"credit\": \"4.0000\",\n            \"started_at\": null,\n            \"ended_at\": null,\n            \"insurance_free\": 1,\n            \"public\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2023-02-08T07:05:11.000Z\",\n            \"updated_at\": \"2023-06-25T15:41:32.000Z\"\n        },\n        {\n            \"id\": 6,\n            \"service_level_set_id\": 8,\n            \"marketplace\": 0,\n            \"legit_tag\": 0,\n            \"index\": 2,\n            \"title\": \"< 30 Minutes\",\n            \"title_tc\": \"< 30分鐘\",\n            \"title_sc\": \"< 30分钟\",\n            \"title_es\": null,\n            \"title_ja\": \"< 30分\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"3 Tokens\",\n            \"subtitle_tc\": \"3個代幣\",\n            \"subtitle_sc\": \"3个代币\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"3 コイン\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"tag\": null,\n            \"minute\": 30,\n            \"credit_compared_at\": \"0.0000\",\n            \"credit\": \"3.0000\",\n            \"started_at\": null,\n            \"ended_at\": null,\n            \"insurance_free\": 1,\n            \"public\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2020-08-05T01:58:52.000Z\",\n            \"updated_at\": \"2023-02-16T07:11:07.000Z\"\n        }\n    ],\n    \"service_guideline\": [\n        {\n            \"id\": 3,\n            \"service_guideline_set_id\": 1,\n            \"legit_tag\": 0,\n            \"index\": 10,\n            \"title\": \"Exterior Outer\",\n            \"title_tc\": \"整體外側\",\n            \"title_sc\": \"整体外侧\",\n            \"title_es\": null,\n            \"title_ja\": \"靴外側\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"Photograph your product in full (nothing is cropped out).\",\n            \"subtitle_tc\": \"完整拍攝您的物品（不要遮蓋任何部份）。\",\n            \"subtitle_sc\": \"完整拍摄您的物品（不要遮盖任何部份）。\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"商品の全体図を撮影して下さい。(見切れたり、写っていない部分がないようにして下さい。)\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"image_urls\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202009093d63c684a9ef68e5.png\",\n            \"description\": null,\n            \"description_tc\": null,\n            \"description_sc\": null,\n            \"description_es\": null,\n            \"description_ja\": null,\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"enabled\": 1,\n            \"created_at\": \"2020-08-05T09:58:47.000Z\",\n            \"updated_at\": \"2021-03-02T10:02:20.000Z\"\n        },\n        {\n            \"id\": 78,\n            \"service_guideline_set_id\": 1,\n            \"legit_tag\": 0,\n            \"index\": 11,\n            \"title\": \"Exterior Inner\",\n            \"title_tc\": \"整體內側\",\n            \"title_sc\": \"整体内侧\",\n            \"title_es\": null,\n            \"title_ja\": \"靴内側\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"Photograph your shoe in full (nothing is cropped out).\",\n            \"subtitle_tc\": \"完整拍攝您的物品（不要遮蓋任何部份）。\",\n            \"subtitle_sc\": \"完整拍摄您的物品（不要遮盖任何部份）。\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"靴の全体像を撮影して下さい。(見切れたり、写っていない部分がないようにして下さい。)\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"image_urls\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202009212a990591a8a657f5.png\",\n            \"description\": null,\n            \"description_tc\": null,\n            \"description_sc\": null,\n            \"description_es\": null,\n            \"description_ja\": null,\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"enabled\": 1,\n            \"created_at\": \"2020-09-21T07:43:18.000Z\",\n            \"updated_at\": \"2021-03-02T10:02:32.000Z\"\n        },\n        {\n            \"id\": 12,\n            \"service_guideline_set_id\": 1,\n            \"legit_tag\": 0,\n            \"index\": 12,\n            \"title\": \"Heel\",\n            \"title_tc\": \"鞋跟\",\n            \"title_sc\": \"鞋跟\",\n            \"title_es\": null,\n            \"title_ja\": \"ヒール\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"Photograph your shoe in full (nothing is cropped out).\",\n            \"subtitle_tc\": \"完整拍攝您的物品（不要遮蓋任何部份）。\",\n            \"subtitle_sc\": \"完整拍摄您的物品（不要遮盖任何部份）。\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"靴の全体像を撮影して下さい。(見切れたり、写っていない部分がないようにして下さい。)\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"image_urls\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2020090906a89d453476680d.png\",\n            \"description\": null,\n            \"description_tc\": null,\n            \"description_sc\": null,\n            \"description_es\": null,\n            \"description_ja\": null,\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"enabled\": 1,\n            \"created_at\": \"2020-09-09T10:18:03.000Z\",\n            \"updated_at\": \"2021-03-02T10:02:45.000Z\"\n        },\n        {\n            \"id\": 4,\n            \"service_guideline_set_id\": 1,\n            \"legit_tag\": 0,\n            \"index\": 20,\n            \"title\": \"Inside Label\",\n            \"title_tc\": \"內標籤\",\n            \"title_sc\": \"内标签\",\n            \"title_es\": null,\n            \"title_ja\": \"内ラベル\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"Photograph the entire label and make sure the text is legible.\",\n            \"subtitle_tc\": \"拍攝整個標籤，並確保文字清晰易讀。\",\n            \"subtitle_sc\": \"拍摄整个标签，并确保文字清晰易读。\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"ラベル全体を撮影し、文字が読みやすいことを確認して下さい。\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"image_urls\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20200909e377e22466c75b8f.png\",\n            \"description\": null,\n            \"description_tc\": null,\n            \"description_sc\": null,\n            \"description_es\": null,\n            \"description_ja\": null,\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"enabled\": 1,\n            \"created_at\": \"2020-08-05T09:59:10.000Z\",\n            \"updated_at\": \"2020-09-09T10:10:52.000Z\"\n        },\n        {\n            \"id\": 136,\n            \"service_guideline_set_id\": 1,\n            \"legit_tag\": 0,\n            \"index\": 29,\n            \"title\": \"Remove Insole\",\n            \"title_tc\": \"用吹風機取出鞋墊\",\n            \"title_sc\": \"用吹风机取出鞋垫\",\n            \"title_es\": null,\n            \"title_ja\": \"インソールをはずしてください\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"A hair dryer can be used to melt the glue and gently remove the insole.\",\n            \"subtitle_tc\": \"吹風機可用於融化膠水並輕輕去除鞋墊。\",\n            \"subtitle_sc\": \"吹风机可用于融化胶水并轻轻去除鞋垫。\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"インソールは、ヘアドライヤーを使用して接着剤を溶かし、丁寧に取り外します。\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"image_urls\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20201005c5e9fc81faaf4f55.png\",\n            \"description\": null,\n            \"description_tc\": null,\n            \"description_sc\": null,\n            \"description_es\": null,\n            \"description_ja\": null,\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"enabled\": 1,\n            \"created_at\": \"2020-10-05T09:39:19.000Z\",\n            \"updated_at\": \"2020-10-09T03:49:57.000Z\"\n        },\n        {\n            \"id\": 5,\n            \"service_guideline_set_id\": 1,\n            \"legit_tag\": 0,\n            \"index\": 30,\n            \"title\": \"Insole Top\",\n            \"title_tc\": \"鞋墊正面\",\n            \"title_sc\": \"鞋垫正面\",\n            \"title_es\": null,\n            \"title_ja\": \"インソール(表)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"Any logo, graphics or text should be shown clearly.\",\n            \"subtitle_tc\": \"任何品牌標誌，圖形或文字均應清晰顯示。\",\n            \"subtitle_sc\": \"任何品牌标志，图形或文字均应清晰显示。\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"ロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"image_urls\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2020090960b0a3a6a69789f1.png\",\n            \"description\": null,\n            \"description_tc\": null,\n            \"description_sc\": null,\n            \"description_es\": null,\n            \"description_ja\": null,\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"enabled\": 1,\n            \"created_at\": \"2020-08-05T09:59:31.000Z\",\n            \"updated_at\": \"2020-10-09T03:49:28.000Z\"\n        },\n        {\n            \"id\": 13,\n            \"service_guideline_set_id\": 1,\n            \"legit_tag\": 0,\n            \"index\": 31,\n            \"title\": \"Back of Insole\",\n            \"title_tc\": \"鞋墊背面\",\n            \"title_sc\": \"鞋垫背面\",\n            \"title_es\": null,\n            \"title_ja\": \"インソール裏側\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"Any glue on the insole should be shown clearly.\",\n            \"subtitle_tc\": \"鞋墊上的任何膠水都應清楚顯示。\",\n            \"subtitle_sc\": \"鞋垫上的任何胶水都应清楚显示。\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"インソールにある接着剤が鮮明に撮影されていることを確認して下さい。\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"image_urls\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202009090533a74ca802a2f0.png\",\n            \"description\": null,\n            \"description_tc\": null,\n            \"description_sc\": null,\n            \"description_es\": null,\n            \"description_ja\": null,\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"enabled\": 1,\n            \"created_at\": \"2020-09-09T10:18:45.000Z\",\n            \"updated_at\": \"2020-10-09T03:49:18.000Z\"\n        },\n        {\n            \"id\": 135,\n            \"service_guideline_set_id\": 1,\n            \"legit_tag\": 0,\n            \"index\": 31,\n            \"title\": \"Outsole\",\n            \"title_tc\": \"鞋底\",\n            \"title_sc\": \"鞋底\",\n            \"title_es\": null,\n            \"title_ja\": \"アウトソール\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"Any logo, graphics or text should be shown clearly.\",\n            \"subtitle_tc\": \"任何品牌標誌，圖形或文字均應清晰顯示。\",\n            \"subtitle_sc\": \"任何品牌标志，图形或文字均应清晰显示。\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"ロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"image_urls\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2020100524644b167f604086.png\",\n            \"description\": null,\n            \"description_tc\": null,\n            \"description_sc\": null,\n            \"description_es\": null,\n            \"description_ja\": null,\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"enabled\": 1,\n            \"created_at\": \"2020-09-09T10:18:45.000Z\",\n            \"updated_at\": \"2020-10-09T03:50:27.000Z\"\n        },\n        {\n            \"id\": 6,\n            \"service_guideline_set_id\": 1,\n            \"legit_tag\": 0,\n            \"index\": 40,\n            \"title\": \"Interior Sewing\",\n            \"title_tc\": \"中底縫線\",\n            \"title_sc\": \"中底缝线\",\n            \"title_es\": null,\n            \"title_ja\": \"インソール縫い目\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"Stitches should be shown clearly.\",\n            \"subtitle_tc\": \"縫線應清晰顯示。\",\n            \"subtitle_sc\": \"缝线应清晰显示。\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"ステッチが鮮明に撮影されていることを確認して下さい。\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"image_urls\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2021012754ba315c005d5a1a.png\",\n            \"description\": null,\n            \"description_tc\": null,\n            \"description_sc\": null,\n            \"description_es\": null,\n            \"description_ja\": null,\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"enabled\": 1,\n            \"created_at\": \"2020-08-05T09:59:48.000Z\",\n            \"updated_at\": \"2021-01-27T06:29:12.000Z\"\n        },\n        {\n            \"id\": 7,\n            \"service_guideline_set_id\": 1,\n            \"legit_tag\": 0,\n            \"index\": 50,\n            \"title\": \"Box Label\",\n            \"title_tc\": \"盒子標籤\",\n            \"title_sc\": \"盒子标签\",\n            \"title_es\": null,\n            \"title_ja\": \"箱上のラベル\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"Photograph the entire label on the box and make sure the text is legible.\",\n            \"subtitle_tc\": \"拍攝整個標籤，並確保文字清晰易讀。\",\n            \"subtitle_sc\": \"拍摄整个标签，并确保文字清晰易读。\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"箱のラベル全体を撮影し、文字が読みやすいことを確認して下さい。\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"image_urls\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202010191ba8a6f7a28699a6.png\",\n            \"description\": null,\n            \"description_tc\": null,\n            \"description_sc\": null,\n            \"description_es\": null,\n            \"description_ja\": null,\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"enabled\": 1,\n            \"created_at\": \"2020-08-05T10:00:06.000Z\",\n            \"updated_at\": \"2020-10-19T09:26:37.000Z\"\n        },\n        {\n            \"id\": 8,\n            \"service_guideline_set_id\": 1,\n            \"legit_tag\": 0,\n            \"index\": 60,\n            \"title\": \"Box Stamp / Date Code\",\n            \"title_tc\": \"鞋盒鋼印\",\n            \"title_sc\": \"鞋盒钢印\",\n            \"title_es\": null,\n            \"title_ja\": \"箱上のロゴスタンプ／日付コード\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"The stamp on the inside of the box lid should be shown clearly. If you do not have a photo of this, photograph the shoe arch instead.\",\n            \"subtitle_tc\": \"盒蓋內側的印章應清晰顯示。 如果您沒有此照片，請改為拍攝其他部分。\",\n            \"subtitle_sc\": \"盒盖顶部的印章应清晰显示。如果您没有此照片，请更改拍摄其他部分。\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"箱のふたの内側にあるスタンプがはっきりと分かるように撮影して下さい。この撮影が出来ない場合は、代わりにシューアーチを撮影して下さい。\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"image_urls\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20201019badead505e8d4718.png\",\n            \"description\": null,\n            \"description_tc\": null,\n            \"description_sc\": null,\n            \"description_es\": null,\n            \"description_ja\": null,\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"enabled\": 1,\n            \"created_at\": \"2020-08-05T10:00:26.000Z\",\n            \"updated_at\": \"2020-10-19T09:26:57.000Z\"\n        },\n        {\n            \"id\": 11,\n            \"service_guideline_set_id\": 1,\n            \"legit_tag\": 0,\n            \"index\": 90,\n            \"title\": \"Shoe Support\",\n            \"title_tc\": \"鞋撐\",\n            \"title_sc\": \"鞋撑\",\n            \"title_es\": null,\n            \"title_ja\": \"シューキーパー\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"Any logo, graphics or text should be shown clearly.\",\n            \"subtitle_tc\": \"任何品牌標誌，圖形或文字均應清晰顯示。\",\n            \"subtitle_sc\": \"任何品牌标志，图形或文字均应清晰显示。\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"ロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"image_urls\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20200909021376c070758b96.png\",\n            \"description\": null,\n            \"description_tc\": null,\n            \"description_sc\": null,\n            \"description_es\": null,\n            \"description_ja\": null,\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"enabled\": 1,\n            \"created_at\": \"2020-08-05T10:01:22.000Z\",\n            \"updated_at\": \"2020-10-09T03:50:37.000Z\"\n        },\n        {\n            \"id\": 14,\n            \"service_guideline_set_id\": 1,\n            \"legit_tag\": 0,\n            \"index\": 100,\n            \"title\": \"Shoe Tongue (Front)\",\n            \"title_tc\": \"鞋舌正面\",\n            \"title_sc\": \"鞋舌正面\",\n            \"title_es\": null,\n            \"title_ja\": \"シュータン(正面)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"Any logo, graphics or text should be shown clearly.\",\n            \"subtitle_tc\": \"任何品牌標誌，圖形或文字均應清晰顯示。\",\n            \"subtitle_sc\": \"任何品牌标志，图形或文字均应清晰显示。\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"ロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"image_urls\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202009099bc90a12c2d77931.png\",\n            \"description\": null,\n            \"description_tc\": null,\n            \"description_sc\": null,\n            \"description_es\": null,\n            \"description_ja\": null,\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"enabled\": 1,\n            \"created_at\": \"2020-09-09T10:21:16.000Z\",\n            \"updated_at\": \"2020-10-09T03:50:48.000Z\"\n        },\n        {\n            \"id\": 15,\n            \"service_guideline_set_id\": 1,\n            \"legit_tag\": 0,\n            \"index\": 101,\n            \"title\": \"Shoe Tongue (Back)\",\n            \"title_tc\": \"鞋舌背面\",\n            \"title_sc\": \"鞋舌背面\",\n            \"title_es\": null,\n            \"title_ja\": \"シュータン(裏)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"Any logo, graphics or text should be shown clearly.\",\n            \"subtitle_tc\": \"任何品牌標誌，圖形或文字均應清晰顯示。\",\n            \"subtitle_sc\": \"任何品牌标志，图形或文字均应清晰显示。\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"ロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"image_urls\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20200909cfff7e03423e207e.png\",\n            \"description\": null,\n            \"description_tc\": null,\n            \"description_sc\": null,\n            \"description_es\": null,\n            \"description_ja\": null,\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"enabled\": 1,\n            \"created_at\": \"2020-09-09T10:21:37.000Z\",\n            \"updated_at\": \"2020-10-09T03:50:54.000Z\"\n        },\n        {\n            \"id\": 417,\n            \"service_guideline_set_id\": 1,\n            \"legit_tag\": 0,\n            \"index\": 110,\n            \"title\": \"Lid Size\",\n            \"title_tc\": \"鞋蓋尺寸\",\n            \"title_sc\": \"鞋盖尺寸\",\n            \"title_es\": null,\n            \"title_ja\": null,\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"Any logo, graphics or text should be shown clearly.\",\n            \"subtitle_tc\": \"任何品牌標誌，圖形或文字均應清晰顯示。\",\n            \"subtitle_sc\": \"任何品牌标志，图形或文字均应清晰显示。\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"ロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"image_urls\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202302245056a593fcf74cf8.png\",\n            \"description\": \"\",\n            \"description_tc\": null,\n            \"description_sc\": null,\n            \"description_es\": null,\n            \"description_ja\": null,\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"enabled\": 1,\n            \"created_at\": \"2023-02-24T15:29:01.000Z\",\n            \"updated_at\": \"2023-02-24T15:29:37.000Z\"\n        },\n        {\n            \"id\": 418,\n            \"service_guideline_set_id\": 1,\n            \"legit_tag\": 0,\n            \"index\": 111,\n            \"title\": \"Box Size\",\n            \"title_tc\": \"盒體尺寸\",\n            \"title_sc\": \"盒体尺寸\",\n            \"title_es\": null,\n            \"title_ja\": null,\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"Any logo, graphics or text should be shown clearly.\",\n            \"subtitle_tc\": \"任何品牌標誌，圖形或文字均應清晰顯示。\",\n            \"subtitle_sc\": \"任何品牌标志，图形或文字均应清晰显示。\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"ロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"image_urls\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2023022421718bf00a23fb99.png\",\n            \"description\": null,\n            \"description_tc\": null,\n            \"description_sc\": null,\n            \"description_es\": null,\n            \"description_ja\": null,\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"enabled\": 1,\n            \"created_at\": \"2023-02-24T15:29:31.000Z\",\n            \"updated_at\": \"2023-02-24T15:29:31.000Z\"\n        },\n        {\n            \"id\": 419,\n            \"service_guideline_set_id\": 1,\n            \"legit_tag\": 0,\n            \"index\": 112,\n            \"title\": \"QC Sticker\",\n            \"title_tc\": \"QC 貼紙\",\n            \"title_sc\": \"QC 贴纸\",\n            \"title_es\": null,\n            \"title_ja\": null,\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": \"Any logo, graphics or text should be shown clearly.\",\n            \"subtitle_tc\": \"任何品牌標誌，圖形或文字均應清晰顯示。\",\n            \"subtitle_sc\": \"任何品牌标志，图形或文字均应清晰显示。\",\n            \"subtitle_es\": null,\n            \"subtitle_ja\": \"ロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"image_urls\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20230224bed379b3d1119ae1.png\",\n            \"description\": null,\n            \"description_tc\": null,\n            \"description_sc\": null,\n            \"description_es\": null,\n            \"description_ja\": null,\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"enabled\": 1,\n            \"created_at\": \"2023-02-24T15:30:01.000Z\",\n            \"updated_at\": \"2023-02-24T15:30:01.000Z\"\n        }\n    ],\n    \"service_placeholder_set_remark_suggestion\": {\n        \"en\": \"No Insole,No Tag,No Package,No Box Cover,Used,Non-original\",\n        \"zh-Hant\": \"沒有鞋墊,沒有標籤,沒有包裝,沒有鞋盒蓋,二手物品,非原裝\",\n        \"zh-Hans\": \"无鞋垫,无标签,无鞋盒,无包装,无鞋盒盖,二手物品,非原装\",\n        \"ja\": \"\"\n    },\n    \"service_placeholder\": [\n        {\n            \"id\": 286,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 10,\n            \"title\": \"Exterior Outer (Left)\",\n            \"title_tc\": \"整體外側（左）\",\n            \"title_sc\": \"整体外侧（左）\",\n            \"title_es\": null,\n            \"title_ja\": \"靴外側(左)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2021012881a6bb3b0316344f.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128d865042d1f950a7c.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\n商品の全体図を撮影して下さい。(見切れたり、写っていない部分がないようにして下さい。)\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:00:41.000Z\",\n            \"updated_at\": \"2021-01-28T10:16:12.000Z\"\n        },\n        {\n            \"id\": 287,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 20,\n            \"title\": \"Exterior Inner (Left)\",\n            \"title_tc\": \"整體內側（左）\",\n            \"title_sc\": \"整体内侧（左）\",\n            \"title_es\": null,\n            \"title_ja\": \"靴内側(左)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128892a127eb9db769a.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128793307a6fb6de611.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\n商品の全体図を撮影して下さい。(見切れたり、写っていない部分がないようにして下さい。)\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:02:15.000Z\",\n            \"updated_at\": \"2021-01-28T10:16:26.000Z\"\n        },\n        {\n            \"id\": 288,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 30,\n            \"title\": \"Heel (Left)\",\n            \"title_tc\": \"鞋跟（左）\",\n            \"title_sc\": \"鞋跟（左）\",\n            \"title_es\": null,\n            \"title_ja\": \"ヒール(左)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128facb9b02128c9820.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202101282e6ebb6db79a5030.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\n商品の全体図を撮影して下さい。(見切れたり、写っていない部分がないようにして下さい。)\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:03:43.000Z\",\n            \"updated_at\": \"2021-01-28T09:03:43.000Z\"\n        },\n        {\n            \"id\": 289,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 40,\n            \"title\": \"Outsole (Left)\",\n            \"title_tc\": \"鞋底（左）\",\n            \"title_sc\": \"鞋底（左）\",\n            \"title_es\": null,\n            \"title_ja\": \"アウトソール(左)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202101282308fa7f7cca0c06.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202101283bcb46a17ca6c437.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\n商品の全体図を撮影して下さい。(見切れたり、写っていない部分がないようにして下さい。)\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:06:49.000Z\",\n            \"updated_at\": \"2021-01-28T09:06:49.000Z\"\n        },\n        {\n            \"id\": 290,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 50,\n            \"title\": \"Insole Top (Left)\",\n            \"title_tc\": \"鞋墊正面（左）\",\n            \"title_sc\": \"鞋垫正面（左）\",\n            \"title_es\": null,\n            \"title_ja\": \"インソール上面(左)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2021012815bbea1b36ec1bf1.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128f6e6d560e6a4dac0.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nA hair dryer can be used to melt the glue and gently remove the insole. Photograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n吹風機可用於融化膠水並輕輕去除鞋墊。請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n吹风机可用于融化胶水并轻轻去除鞋垫。请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\nインソールは、ヘアドライヤーを使用して接着剤を溶かし、丁寧に取り外します。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:08:12.000Z\",\n            \"updated_at\": \"2021-01-28T09:08:12.000Z\"\n        },\n        {\n            \"id\": 291,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 60,\n            \"title\": \"Back of Insole (Left)\",\n            \"title_tc\": \"鞋墊底部（左）\",\n            \"title_sc\": \"鞋垫底部（左）\",\n            \"title_es\": null,\n            \"title_ja\": \"インソール裏側(左)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202101285a2e1a0ddd7e8ff1.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128cea8723090b251bd.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nA hair dryer can be used to melt the glue and gently remove the insole. Any glue on the insole should be shown clearly.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n吹風機可用於融化膠水並輕輕去除鞋墊。鞋墊上的任何膠水都應清楚顯示。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n吹风机可用于融化胶水并轻轻去除鞋垫。鞋垫上的任何胶水都应清楚显示。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\nインソールは、ヘアドライヤーを使用して接着剤を溶かし、丁寧に取り外します。インソールにある接着剤が鮮明に撮影されていることを確認して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:12:04.000Z\",\n            \"updated_at\": \"2021-01-28T09:12:04.000Z\"\n        },\n        {\n            \"id\": 292,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 70,\n            \"title\": \"Inside Sewing (Insole Cardboard) (Left)\",\n            \"title_tc\": \"中底縫線（紙板）（左）\",\n            \"title_sc\": \"中底缝线（纸板）（左）\",\n            \"title_es\": null,\n            \"title_ja\": \"インソール縫い目(左)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2021012886a54fc0c6e03a93.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128548273a05e8b90b2.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nUse flash light if needed. Stitches should be shown clearly.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請使用閃光燈。縫線應清晰顯示。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请使用闪光灯。缝线应清晰显示。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\n必要に応じてフラッシュを使用して下さい。ステッチが鮮明に撮影されていることを確認して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:14:57.000Z\",\n            \"updated_at\": \"2022-12-22T05:01:11.000Z\"\n        },\n        {\n            \"id\": 294,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 90,\n            \"title\": \"Tongue Front (Left)\",\n            \"title_tc\": \"鞋舌正面（左）\",\n            \"title_sc\": \"鞋舌正面（左）\",\n            \"title_es\": null,\n            \"title_ja\": \"シュータン正面(左)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20230109db383ddd3ed691c2.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202101285f1b9b42e760ac66.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\nロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:18:09.000Z\",\n            \"updated_at\": \"2023-01-09T10:36:00.000Z\"\n        },\n        {\n            \"id\": 295,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 100,\n            \"title\": \"Tongue Back (Left)\",\n            \"title_tc\": \"鞋舌背面（左）\",\n            \"title_sc\": \"鞋舌背面（左）\",\n            \"title_es\": null,\n            \"title_ja\": \"シュータン裏(左)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202301091c51260050d698eb.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128d2fdc74cf90a4853.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\nロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:19:29.000Z\",\n            \"updated_at\": \"2023-01-09T10:36:12.000Z\"\n        },\n        {\n            \"id\": 296,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 110,\n            \"title\": \"Exterior Outer (Right)\",\n            \"title_tc\": \"整體外側（右）\",\n            \"title_sc\": \"整体外侧（右）\",\n            \"title_es\": null,\n            \"title_ja\": \"靴外側(右)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128d9a58dd925766cc3.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128705519bfbe7b1958.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\n商品の全体図を撮影して下さい。(見切れたり、写っていない部分がないようにして下さい。)\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 1,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:21:02.000Z\",\n            \"updated_at\": \"2021-01-28T10:16:48.000Z\"\n        },\n        {\n            \"id\": 297,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 120,\n            \"title\": \"Exterior Inner (Right)\",\n            \"title_tc\": \"整體內側（右）\",\n            \"title_sc\": \"整体内侧（右）\",\n            \"title_es\": null,\n            \"title_ja\": \"靴内側(右)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202101283460967af34f96c7.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128a380622e8afb2a3f.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\n商品の全体図を撮影して下さい。(見切れたり、写っていない部分がないようにして下さい。)\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 1,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:22:40.000Z\",\n            \"updated_at\": \"2021-01-28T10:17:15.000Z\"\n        },\n        {\n            \"id\": 298,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 130,\n            \"title\": \"Heel (Right)\",\n            \"title_tc\": \"鞋跟（右）\",\n            \"title_sc\": \"鞋跟（右）\",\n            \"title_es\": null,\n            \"title_ja\": \"ヒール(右)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128b14a3d1eb3d42310.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128f3ac21ba764d2956.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\n商品の全体図を撮影して下さい。(見切れたり、写っていない部分がないようにして下さい。)\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 1,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:23:58.000Z\",\n            \"updated_at\": \"2021-01-28T09:23:58.000Z\"\n        },\n        {\n            \"id\": 299,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 140,\n            \"title\": \"Outsole (Right)\",\n            \"title_tc\": \"鞋底（右）\",\n            \"title_sc\": \"鞋底（右）\",\n            \"title_es\": null,\n            \"title_ja\": \"アウトソール(右)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202101282e9f342962c62d3d.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202101288eb464233d4e04f1.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\n商品の全体図を撮影して下さい。(見切れたり、写っていない部分がないようにして下さい。)\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 1,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:26:45.000Z\",\n            \"updated_at\": \"2021-01-28T09:26:45.000Z\"\n        },\n        {\n            \"id\": 300,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 150,\n            \"title\": \"Insole Top (Right)\",\n            \"title_tc\": \"鞋墊正面（右）\",\n            \"title_sc\": \"鞋垫正面（右）\",\n            \"title_es\": null,\n            \"title_ja\": \"インソール上面(右)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128206ca7ce6e61a5d8.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202101285d044683008cedcc.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nA hair dryer can be used to melt the glue and gently remove the insole. Photograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n吹風機可用於融化膠水並輕輕去除鞋墊。請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n吹风机可用于融化胶水并轻轻去除鞋垫。请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\nインソールは、ヘアドライヤーを使用して接着剤を溶かし、丁寧に取り外します。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 1,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:33:11.000Z\",\n            \"updated_at\": \"2021-01-28T09:33:11.000Z\"\n        },\n        {\n            \"id\": 301,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 160,\n            \"title\": \"Back of Insole (Right)\",\n            \"title_tc\": \"鞋墊背面（右）\",\n            \"title_sc\": \"鞋垫背面（右）\",\n            \"title_es\": null,\n            \"title_ja\": \"インソール裏側(右)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128f043540d3d24fa80.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202101283acfe09aca4f8ba7.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nA hair dryer can be used to melt the glue and gently remove the insole. Any glue on the insole should be shown clearly.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n吹風機可用於融化膠水並輕輕去除鞋墊。鞋墊上的任何膠水都應清楚顯示。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n吹风机可用于融化胶水并轻轻去除鞋垫。鞋垫上的任何胶水都应清楚显示。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\nインソールは、ヘアドライヤーを使用して接着剤を溶かし、丁寧に取り外します。インソールにある接着剤が鮮明に撮影されていることを確認して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 1,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:34:26.000Z\",\n            \"updated_at\": \"2021-01-28T09:34:26.000Z\"\n        },\n        {\n            \"id\": 302,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 170,\n            \"title\": \"Inside Sewing (Insole Cardboard) (Right)\",\n            \"title_tc\": \"中底縫線（紙板）（右）\",\n            \"title_sc\": \"中底缝线（纸板）（右）\",\n            \"title_es\": null,\n            \"title_ja\": \"インソール縫い目(右)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128e887603f04d909bb.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2021012894d9908a64922582.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nUse flash light if needed. Stitches should be shown clearly.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請使用閃光燈。縫線應清晰顯示。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请使用闪光灯。缝线应清晰显示。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\n必要に応じてフラッシュを使用して下さい。ステッチが鮮明に撮影されていることを確認して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 1,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:36:13.000Z\",\n            \"updated_at\": \"2022-12-22T05:01:29.000Z\"\n        },\n        {\n            \"id\": 303,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 180,\n            \"title\": \"Inside Label (Right)\",\n            \"title_tc\": \"內部標籤（右）\",\n            \"title_sc\": \"内部标签（右）\",\n            \"title_es\": null,\n            \"title_ja\": \"内ラベル(右)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202101288214a01631d73489.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128cb620fd7d58085f0.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\nロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 1,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:37:32.000Z\",\n            \"updated_at\": \"2021-01-28T09:37:32.000Z\"\n        },\n        {\n            \"id\": 304,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 190,\n            \"title\": \"Tongue Front (Right)\",\n            \"title_tc\": \"鞋舌正面（右）\",\n            \"title_sc\": \"鞋舌正面（右）\",\n            \"title_es\": null,\n            \"title_ja\": \"シュータン正面(右)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202301097d2040338cb47415.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202101283ab69032c8de3f97.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\nロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 1,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:39:10.000Z\",\n            \"updated_at\": \"2023-01-09T10:36:24.000Z\"\n        },\n        {\n            \"id\": 305,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 200,\n            \"title\": \"Tongue Back (Right)\",\n            \"title_tc\": \"鞋舌背面（右）\",\n            \"title_sc\": \"鞋舌背面（右）\",\n            \"title_es\": null,\n            \"title_ja\": \"シュータン裏(右)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20230109392da62978ab5381.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2021012818949f1cd6c24008.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\nロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 1,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:40:34.000Z\",\n            \"updated_at\": \"2023-01-09T10:36:40.000Z\"\n        },\n        {\n            \"id\": 293,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 201,\n            \"title\": \"Inside Label (Left)\",\n            \"title_tc\": \"內部標籤（左）\",\n            \"title_sc\": \"内部标签（左）\",\n            \"title_es\": null,\n            \"title_ja\": \"内ラベル(左)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2021012827c13a5ff1e4c4b6.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128f0d9f9ed8ad4aa3c.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\\nTo make sure both sides are authentic, now inside label for left side is required.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\\n避免真假鞋混搭，請提供內部標籤（左）照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\\n避免真假鞋混搭，请提供内部标籤（左）照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\nロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 1,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:16:23.000Z\",\n            \"updated_at\": \"2024-11-07T13:10:02.000Z\"\n        },\n        {\n            \"id\": 306,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 1,\n            \"index\": 210,\n            \"title\": \"Box Stamp\",\n            \"title_tc\": \"鞋盒鋼印\",\n            \"title_sc\": \"鞋盒钢印\",\n            \"title_es\": null,\n            \"title_ja\": \"箱上のスタンプ\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128cf92cb47305d50c7.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202101280a3b5646b08373fc.png\",\n            \"description\": \"If you can't find the box stamp, photograph inside of the box cover.\\nPinch to zoom and tap to focus. Photograph your product in full.\",\n            \"description_tc\": \"如果您找不到鞋盒鋼印，請拍攝盒蓋內側的照片。\\n捏合可放大縮小，輕觸屏幕可對焦。 請拍攝產品的完整照片。\",\n            \"description_sc\": \"如果您找不到鞋盒钢印，请拍摄盒盖内侧的照片。\\n捏合可放大缩小，轻触屏幕可对焦。 请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\n箱のふたの内側にあるスタンプがはっきりと分かるように撮影して下さい。この撮影が出来ない場合は、代わりにシューアーチを撮影して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 1,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:42:16.000Z\",\n            \"updated_at\": \"2025-01-14T02:44:38.000Z\"\n        },\n        {\n            \"id\": 307,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 1,\n            \"index\": 220,\n            \"title\": \"Box Label\",\n            \"title_tc\": \"鞋盒標籤\",\n            \"title_sc\": \"鞋盒标签\",\n            \"title_es\": null,\n            \"title_ja\": \"箱上のラベル\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2021012869c60e1db4e31a50.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2021012875c39553b89181e9.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\nロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 1,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:43:48.000Z\",\n            \"updated_at\": \"2024-01-07T16:35:18.000Z\"\n        },\n        {\n            \"id\": 523,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 221,\n            \"title\": \"Printed Text on the Back of Shoe Box\",\n            \"title_tc\": \"鞋盒背面印刷文字\",\n            \"title_sc\": \"鞋盒背面印刷文字\",\n            \"title_es\": null,\n            \"title_ja\": \"箱背面上の印刷された文字\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2022082982b00dcf9be80526.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20220829624327c1d67a7ec9.JPG\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\nロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2022-08-29T07:59:56.000Z\",\n            \"updated_at\": \"2022-08-30T05:24:21.000Z\"\n        },\n        {\n            \"id\": 308,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 230,\n            \"title\": \"Shoe Support (Left)\",\n            \"title_tc\": \"鞋撐（左）\",\n            \"title_sc\": \"鞋撑（左）\",\n            \"title_es\": null,\n            \"title_ja\": \"シューキーパー(左)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128a99230767fbc7192.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128288fbbbf1cd34120.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\n商品の全体図を撮影して下さい。(見切れたり、写っていない部分がないようにして下さい。)グラフィック、文字を鮮明に撮影して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:45:12.000Z\",\n            \"updated_at\": \"2021-01-28T09:45:12.000Z\"\n        },\n        {\n            \"id\": 309,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 240,\n            \"title\": \"Shoe Support (Right)\",\n            \"title_tc\": \"鞋撐（右）\",\n            \"title_sc\": \"鞋撑（右）\",\n            \"title_es\": null,\n            \"title_ja\": \"シューキーパー(右)\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128a01c97fac446cce3.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128b1014d4de466d641.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\n商品の全体図を撮影して下さい。(見切れたり、写っていない部分がないようにして下さい。)グラフィック、文字を鮮明に撮影して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:46:31.000Z\",\n            \"updated_at\": \"2021-01-28T09:46:31.000Z\"\n        },\n        {\n            \"id\": 310,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 250,\n            \"title\": \"Receipt\",\n            \"title_tc\": \"收據\",\n            \"title_sc\": \"收据\",\n            \"title_es\": null,\n            \"title_ja\": \"レシート\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20210128d46f6b6b3ce2acc2.png\",\n            \"example_image_url\": null,\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\nロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:48:17.000Z\",\n            \"updated_at\": \"2021-01-28T09:48:17.000Z\"\n        },\n        {\n            \"id\": 311,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 260,\n            \"title\": \"Shoe Tag\",\n            \"title_tc\": \"品牌標籤\",\n            \"title_sc\": \"品牌标签\",\n            \"title_es\": null,\n            \"title_ja\": \"靴のタグ\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2021012854de496f8f1e0b98.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20220928b22c954a29069a71.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\n商品の全体図を撮影して下さい。(見切れたり、写っていない部分がないようにして下さい。)グラフィック、文字を鮮明に撮影して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2021-01-28T09:49:11.000Z\",\n            \"updated_at\": \"2022-09-28T09:05:15.000Z\"\n        },\n        {\n            \"id\": 690,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 300,\n            \"title\": \"Lid Size\",\n            \"title_tc\": \"鞋蓋尺寸\",\n            \"title_sc\": \"鞋盖尺寸\",\n            \"title_es\": null,\n            \"title_ja\": null,\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202302243b13d23367a48936.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20230224ab7ad704246acfd6.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\nロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2023-02-24T15:10:51.000Z\",\n            \"updated_at\": \"2023-02-24T15:12:24.000Z\"\n        },\n        {\n            \"id\": 693,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 301,\n            \"title\": \"Box Size\",\n            \"title_tc\": \"盒體尺寸\",\n            \"title_sc\": \"盒体尺寸\",\n            \"title_es\": null,\n            \"title_ja\": null,\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20230224a710f71e11785a2f.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20240603f5e2ae799a945244.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\nロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2023-02-24T15:13:18.000Z\",\n            \"updated_at\": \"2024-06-03T04:12:35.000Z\"\n        },\n        {\n            \"id\": 694,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 302,\n            \"title\": \"QC Sticker\",\n            \"title_tc\": \"QC 貼紙\",\n            \"title_sc\": \"QC 贴纸\",\n            \"title_es\": null,\n            \"title_ja\": null,\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20230224f0c6f44b0b877f63.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2023022494ed0e2ab179d928.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\nロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2023-02-24T15:14:55.000Z\",\n            \"updated_at\": \"2023-02-24T15:14:55.000Z\"\n        },\n        {\n            \"id\": 726,\n            \"service_placeholder_set_id\": 19,\n            \"legit_tag\": 0,\n            \"box_related\": 0,\n            \"index\": 700,\n            \"title\": \"Box Bottom Certificate Sticker\",\n            \"title_tc\": \"鞋盒底合格證貼紙\",\n            \"title_sc\": \"鞋盒底合格证贴纸\",\n            \"title_es\": null,\n            \"title_ja\": null,\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202304274c3c86636caf3823.png\",\n            \"example_image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20230427b3a62229bc89e873.png\",\n            \"description\": \"Pinch to zoom and tap to focus.\\nPhotograph your product in full.\",\n            \"description_tc\": \"捏合可放大縮小，輕觸屏幕可對焦。\\n請拍攝產品的完整照片。\",\n            \"description_sc\": \"捏合可放大缩小，轻触屏幕可对焦。\\n请拍摄产品的完整照片。\",\n            \"description_es\": null,\n            \"description_ja\": \"カメラビュー内でピンチしてズームしたり、タップしてフォーカスしたりできます。\\nロゴ、グラフィック、文字を鮮明に撮影して下さい。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"flashlight_auto_enabled\": 0,\n            \"required\": 0,\n            \"publishable\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2023-04-27T13:12:58.000Z\",\n            \"updated_at\": \"2023-04-27T13:12:58.000Z\"\n        }\n    ],\n    \"service_extra_service\": [\n        {\n            \"id\": 1,\n            \"service_extra_service_set_id\": 1,\n            \"marketplace\": 0,\n            \"legit_tag\": 0,\n            \"index\": 0,\n            \"title\": \"NFT Certificate\",\n            \"title_tc\": \"NFT 鑒定證書\",\n            \"title_sc\": \"NFT 鉴定证书\",\n            \"title_es\": null,\n            \"title_ja\": \"NFT鑑定書\",\n            \"title_ko\": null,\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": null,\n            \"subtitle_tc\": null,\n            \"subtitle_sc\": null,\n            \"subtitle_es\": null,\n            \"subtitle_ja\": null,\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"description\": \"Provides a unique NFT Certificate on Polygon network within 48 hours after the final result has been released.\",\n            \"description_tc\": \"在獲得鑒定結果後的 48 小時內，我們會提供一份獨一無二的 NFT 鑒定證書，並發佈於 Polygon 區塊鏈上。\",\n            \"description_sc\": \"在获得鉴定结果后的 48 小时內，我们会提供一份独一无二的 NFT 鉴定证书，并发布于 Polygon 區塊鏈上。\",\n            \"description_es\": null,\n            \"description_ja\": \"最終鑑定結果が出てから48時間以内に、Polygonネットワークで唯一のNFT鑑定書を提供致します。\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"example_url\": \"https://legitapp.com/app/nft-certificate\",\n            \"example_url_tc\": null,\n            \"example_url_sc\": null,\n            \"example_url_es\": null,\n            \"example_url_ja\": null,\n            \"example_url_ko\": null,\n            \"example_url_vi\": null,\n            \"example_url_th\": null,\n            \"example_url_text\": \"Learn More\",\n            \"example_url_text_tc\": \"更多詳情\",\n            \"example_url_text_sc\": \"更多詳情\",\n            \"example_url_text_es\": null,\n            \"example_url_text_ja\": \"詳細\",\n            \"example_url_text_ko\": null,\n            \"example_url_text_vi\": null,\n            \"example_url_text_th\": null,\n            \"credit_compared_at\": \"0.0000\",\n            \"credit\": \"1.0000\",\n            \"is_nft_certificate\": 1,\n            \"is_insurance\": 0,\n            \"is_code_checking\": 0,\n            \"default_selected\": 0,\n            \"public\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2022-02-25T04:25:26.000Z\",\n            \"updated_at\": \"2024-10-08T06:43:18.000Z\"\n        },\n        {\n            \"id\": 2,\n            \"service_extra_service_set_id\": 1,\n            \"marketplace\": 0,\n            \"legit_tag\": 0,\n            \"index\": 0,\n            \"title\": \"Financial Guarantee\",\n            \"title_tc\": \"LEGIT 賠付保證\",\n            \"title_sc\": \"LEGIT 赔付保证\",\n            \"title_es\": null,\n            \"title_ja\": \"Financial Guarantee\",\n            \"title_ko\": \"Financial Guarantee\",\n            \"title_vi\": null,\n            \"title_th\": null,\n            \"subtitle\": null,\n            \"subtitle_tc\": null,\n            \"subtitle_sc\": null,\n            \"subtitle_es\": null,\n            \"subtitle_ja\": null,\n            \"subtitle_ko\": null,\n            \"subtitle_vi\": null,\n            \"subtitle_th\": null,\n            \"description\": \"To provide you with peace of mind, we offer a ninety-day Financial Guarantee on all items authenticated by Legit App.\",\n            \"description_tc\": \"為了讓您安心，我們為所有由 Legit App 發出的鑒定證書提供 90 天的賠付保證。\",\n            \"description_sc\": \"为了让您安心，我们为所有由 Legit App 发出的鉴定证书提供 90 天的赔付保证。\",\n            \"description_es\": null,\n            \"description_ja\": \"To provide you with peace of mind, we offer a ninety-day Financial Guarantee on all items authenticated by Legit App.\",\n            \"description_ko\": null,\n            \"description_vi\": null,\n            \"description_th\": null,\n            \"example_url\": null,\n            \"example_url_tc\": null,\n            \"example_url_sc\": null,\n            \"example_url_es\": null,\n            \"example_url_ja\": null,\n            \"example_url_ko\": null,\n            \"example_url_vi\": null,\n            \"example_url_th\": null,\n            \"example_url_text\": null,\n            \"example_url_text_tc\": null,\n            \"example_url_text_sc\": null,\n            \"example_url_text_es\": null,\n            \"example_url_text_ja\": null,\n            \"example_url_text_ko\": null,\n            \"example_url_text_vi\": null,\n            \"example_url_text_th\": null,\n            \"credit_compared_at\": \"0.0000\",\n            \"credit\": \"0.0000\",\n            \"is_nft_certificate\": 0,\n            \"is_insurance\": 1,\n            \"is_code_checking\": 0,\n            \"default_selected\": 0,\n            \"public\": 1,\n            \"enabled\": 1,\n            \"created_at\": \"2022-02-25T04:25:26.000Z\",\n            \"updated_at\": \"2024-12-14T16:46:47.000Z\"\n        }\n    ]\n}"
				},
				{
					"name": "401 invalid token",
					"originalRequest": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://localhost:3000/authentication_sets?categoryId=1&brandId=2&modelId=39",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"authentication_sets"
							],
							"query": [
								{
									"key": "categoryId",
									"value": "1"
								},
								{
									"key": "brandId",
									"value": "2"
								},
								{
									"key": "modelId",
									"value": "39"
								}
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "192"
						},
						{
							"key": "ETag",
							"value": "W/\"c0-ww+kBqQBOZlTq2SN0FkxmGz3KYQ\""
						},
						{
							"key": "Date",
							"value": "Mon, 17 Feb 2025 02:03:13 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"message\": \"Failed to submit authentication request\",\n    \"details\": {\n        \"errors\": [\n            {\n                \"id\": \"INVALID_TOKEN\",\n                \"message\": \"We couldn't log in with your information. Please check and try again.\",\n                \"code\": 401\n            }\n        ]\n    }\n}"
				}
			]
		},
		{
			"name": "upload image",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "image",
							"type": "file",
							"src": "/Users/maxluk/Desktop/1.jpg"
						}
					]
				},
				"url": {
					"raw": "http://localhost:3000/upload-image",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3000",
					"path": [
						"upload-image"
					]
				}
			},
			"response": [
				{
					"name": "200 succes",
					"originalRequest": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "image",
									"type": "file",
									"src": []
								}
							]
						},
						"url": {
							"raw": "http://localhost:3000/upload-image",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"upload-image"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "95"
						},
						{
							"key": "ETag",
							"value": "W/\"5f-5BHaUezG0Zqgb0hx2pBAUwcQxsQ\""
						},
						{
							"key": "Date",
							"value": "Fri, 14 Feb 2025 06:31:02 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214b96d7e9072b5f981.jpg\"\n}"
				}
			]
		},
		{
			"name": "submit authentication request",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"authentication_set_id\": 1,\n    \"category_id\": 1,\n    \"brand_id\": 2,\n    \"model_id\": 39,\n    \"turnaround_time_id\": 48,\n    \"images\": [\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502170902b8fe25130eef.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250217cb7c5189602728f3.jpg\"\n        }\n    ],\n    \"user_custom_code\": \"Nike Supreme\",\n    \"user_remark\": \"No Box\"\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://localhost:3000/submit-authentication",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3000",
					"path": [
						"submit-authentication"
					]
				}
			},
			"response": [
				{
					"name": "200 success",
					"originalRequest": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"authentication_set_id\": 1,\n    \"category_id\": 1,\n    \"brand_id\": 2,\n    \"model_id\": 39,\n    \"turnaround_time_id\": 48,\n    \"images\": [\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502170902b8fe25130eef.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250217cb7c5189602728f3.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214894dc7ebabfd6140.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2025021420fbc57f1c4759f8.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502142b6f42f66e4dd0e8.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502144cfd3766c8e52456.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502146fdb715fa1bff6ac.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214a9d22db28c21572e.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214af7453a92ae04de7.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2025021462f876d6427019bd.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214d86573f88ac67516.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214b96d7e9072b5f981.jpg\"\n        }\n    ],\n    \"user_custom_code\": \"Nike Supreme\",\n    \"user_remark\": \"No Box\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "http://localhost:3000/submit-authentication",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"submit-authentication"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "40"
						},
						{
							"key": "ETag",
							"value": "W/\"28-ZWxxXNnTk3CjGqqzYro3qrAIxHk\""
						},
						{
							"key": "Date",
							"value": "Mon, 17 Feb 2025 03:41:30 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"authentication_id\": \"1273438063030503\"\n}"
				},
				{
					"name": "400 invalid request (duplicated authentication request)",
					"originalRequest": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"authentication_set_id\": 1,\n    \"category_id\": 1,\n    \"brand_id\": 2,\n    \"model_id\": 39,\n    \"turnaround_time_id\": 48,\n    \"images\": [\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214fd2b201d08bd8d49.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214521ff3f86bdfee5d.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214894dc7ebabfd6140.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2025021420fbc57f1c4759f8.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502142b6f42f66e4dd0e8.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502144cfd3766c8e52456.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502146fdb715fa1bff6ac.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214a9d22db28c21572e.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214af7453a92ae04de7.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2025021462f876d6427019bd.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214d86573f88ac67516.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214b96d7e9072b5f981.jpg\"\n        }\n    ],\n    \"user_custom_code\": \"Nike Supreme\",\n    \"user_remark\": \"No Box\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "http://localhost:3000/submit-authentication",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"submit-authentication"
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "155"
						},
						{
							"key": "ETag",
							"value": "W/\"9b-4mUvb+SvC7LGmfDazmrD/79AHNE\""
						},
						{
							"key": "Date",
							"value": "Fri, 14 Feb 2025 06:41:47 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"message\": \"Failed to submit authentication request\",\n    \"details\": {\n        \"errors\": [\n            {\n                \"id\": \"INVALID_REQUEST\",\n                \"message\": \"此鑒定請求已被創建。\",\n                \"code\": 400\n            }\n        ]\n    }\n}"
				},
				{
					"name": "401 invalid token",
					"originalRequest": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"authentication_set_id\": 1,\n    \"category_id\": 1,\n    \"brand_id\": 2,\n    \"model_id\": 39,\n    \"turnaround_time_id\": 48,\n    \"images\": [\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214fd2b201d08bd8d49.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214521ff3f86bdfee5d.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214894dc7ebabfd6140.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2025021420fbc57f1c4759f8.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502142b6f42f66e4dd0e8.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502144cfd3766c8e52456.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502146fdb715fa1bff6ac.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214a9d22db28c21572e.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214af7453a92ae04de7.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2025021462f876d6427019bd.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214d86573f88ac67516.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214b96d7e9072b5f981.jpg\"\n        }\n    ],\n    \"user_custom_code\": \"Nike Supreme\",\n    \"user_remark\": \"No Box\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "http://localhost:3000/submit-authentication",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"submit-authentication"
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "192"
						},
						{
							"key": "ETag",
							"value": "W/\"c0-ww+kBqQBOZlTq2SN0FkxmGz3KYQ\""
						},
						{
							"key": "Date",
							"value": "Mon, 17 Feb 2025 02:05:12 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"message\": \"Failed to submit authentication request\",\n    \"details\": {\n        \"errors\": [\n            {\n                \"id\": \"INVALID_TOKEN\",\n                \"message\": \"We couldn't log in with your information. Please check and try again.\",\n                \"code\": 401\n            }\n        ]\n    }\n}"
				}
			]
		},
		{
			"name": "submit additional photos for authentication",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"images\": [\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214fd2b201d08bd8d49.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214521ff3f86bdfee5d.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214894dc7ebabfd6140.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2025021420fbc57f1c4759f8.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502142b6f42f66e4dd0e8.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502144cfd3766c8e52456.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502146fdb715fa1bff6ac.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214a9d22db28c21572e.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214af7453a92ae04de7.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2025021462f876d6427019bd.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214d86573f88ac67516.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214b96d7e9072b5f981.jpg\"\n        }\n    ],\n    \"user_remark\": \"No Box\"\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://localhost:3000/submit-additional-photos-for-authentication/3011283165136273",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3000",
					"path": [
						"submit-additional-photos-for-authentication",
						"3011283165136273"
					]
				}
			},
			"response": [
				{
					"name": "200 success",
					"originalRequest": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"images\": [\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214fd2b201d08bd8d49.jpg\",\n            \"image_system_remark\": \"{\\\"isRequired\\\":true,\\\"index\\\":0}\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214521ff3f86bdfee5d.jpg\",\n            \"image_system_remark\": \"{\\\"isRequired\\\":true,\\\"index\\\":1}\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214894dc7ebabfd6140.jpg\",\n            \"image_system_remark\": \"{\\\"isRequired\\\":true,\\\"index\\\":2}\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2025021420fbc57f1c4759f8.jpg\",\n            \"image_system_remark\": \"{\\\"isRequired\\\":true,\\\"index\\\":3}\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502142b6f42f66e4dd0e8.jpg\",\n            \"image_system_remark\": \"{\\\"isRequired\\\":true,\\\"index\\\":4}\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502144cfd3766c8e52456.jpg\",\n            \"image_system_remark\": \"{\\\"isRequired\\\":true,\\\"index\\\":5}\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502146fdb715fa1bff6ac.jpg\",\n            \"image_system_remark\": \"{\\\"isRequired\\\":true,\\\"index\\\":6}\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214a9d22db28c21572e.jpg\",\n            \"image_system_remark\": \"{\\\"isRequired\\\":true,\\\"index\\\":7}\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214af7453a92ae04de7.jpg\",\n            \"image_system_remark\": \"{\\\"isRequired\\\":true,\\\"index\\\":8}\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2025021462f876d6427019bd.jpg\",\n            \"image_system_remark\": \"{\\\"isRequired\\\":true,\\\"index\\\":9}\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214d86573f88ac67516.jpg\",\n            \"image_system_remark\": \"{\\\"isRequired\\\":true,\\\"index\\\":10}\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214b96d7e9072b5f981.jpg\",\n            \"image_system_remark\": \"{\\\"isRequired\\\":true,\\\"index\\\":11}\"\n        }\n    ],\n    \"user_remark\": \"Developer API submit additional photos for authentication\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "http://localhost:3000/submit-additional-photos-for-authentication/3011283165136273",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"submit-additional-photos-for-authentication",
								"3011283165136273"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "16"
						},
						{
							"key": "ETag",
							"value": "W/\"10-oV4hJxRVSENxc/wX8+mA4/Pe4tA\""
						},
						{
							"key": "Date",
							"value": "Fri, 14 Feb 2025 07:00:29 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"success\": true\n}"
				},
				{
					"name": "401 invalid token",
					"originalRequest": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"images\": [\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214fd2b201d08bd8d49.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214521ff3f86bdfee5d.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214894dc7ebabfd6140.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2025021420fbc57f1c4759f8.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502142b6f42f66e4dd0e8.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502144cfd3766c8e52456.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/202502146fdb715fa1bff6ac.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214a9d22db28c21572e.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214af7453a92ae04de7.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/2025021462f876d6427019bd.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214d86573f88ac67516.jpg\"\n        },\n        {\n            \"image_url\": \"https://legitapp-prod.oss-cn-hongkong.aliyuncs.com/20250214b96d7e9072b5f981.jpg\"\n        }\n    ],\n    \"user_remark\": \"No Box\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "http://localhost:3000/submit-additional-photos-for-authentication/3011283165136273",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"submit-additional-photos-for-authentication",
								"3011283165136273"
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "206"
						},
						{
							"key": "ETag",
							"value": "W/\"ce-8DJk+RivvF2M0SVaKcYwWIGuFtw\""
						},
						{
							"key": "Date",
							"value": "Mon, 17 Feb 2025 03:38:27 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"message\": \"Failed to submit additional photos for authentication\",\n    \"details\": {\n        \"errors\": [\n            {\n                \"id\": \"INVALID_TOKEN\",\n                \"message\": \"We couldn't log in with your information. Please check and try again.\",\n                \"code\": 401\n            }\n        ]\n    }\n}"
				}
			]
		},
		{
			"name": "webhook",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"id\": \"event_5348sk128c5ebb765a16f7fd9ajf88\",\n    \"object\": \"event\",\n    \"api-version\": \"v1\",\n    \"created_at\": \"2025-01-01 00: 00: 00\",\n    \"livemode\": true,\n    \"type\": \"authentication.result_updated\",\n    \"data\": {\n        \"event_type\": \"authentication.result_updated\",\n        \"authentication_id\": \"3775998562365199\",\n        \"old_result\": \"authentic\",\n        \"new_result\": \"replica\"\n    }\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://localhost:3000/webhook",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3000",
					"path": [
						"webhook"
					]
				}
			},
			"response": [
				{
					"name": "200 success (authentication.extra_photo type)",
					"originalRequest": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"id\": \"event_6944df724c5ebb766a66f7fd9a5a5d\",\n    \"object\": \"event\",\n    \"api-version\": \"v1\",\n    \"created_at\": \"2025-01-01 00: 00: 00\",\n    \"livemode\": true,\n    \"type\": \"authentication.extra_photo\",\n    \"data\": {\n          \"event_type\": \"authentication.extra_photo\",\n          \"authentication_id\": \"3775998562365199\"\n    }\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "http://localhost:3000/webhook",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"webhook"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "59"
						},
						{
							"key": "ETag",
							"value": "W/\"3b-CvcEDT3K4h+JneMYgAdzkqYc8LM\""
						},
						{
							"key": "Date",
							"value": "Fri, 14 Feb 2025 08:11:25 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"received\": true,\n    \"event_type\": \"authentication.extra_photo\"\n}"
				},
				{
					"name": "200 success (authentication.new_message type)",
					"originalRequest": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"id\": \"event_5201ah754c5ebc762a66f7fd9ad7d9\",\n    \"object\": \"event\",\n    \"api-version\": \"v1\",\n    \"created_at\": \"2025-01-01 00: 00: 00\",\n    \"livemode\": true,\n    \"type\": \"authentication.new_message\",\n    \"data\": {\n          \"event_type\": \"authentication.new_message\",\n          \"authentication_id\": \"3775998562365199\",\n          \"content\": \"Please take another photo with flashlight ON\"\n    }\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "http://localhost:3000/webhook",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"webhook"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "59"
						},
						{
							"key": "ETag",
							"value": "W/\"3b-VB6IX3L6DHo1p1SAtvZ3O5GNPuo\""
						},
						{
							"key": "Date",
							"value": "Fri, 14 Feb 2025 08:20:22 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"received\": true,\n    \"event_type\": \"authentication.new_message\"\n}"
				},
				{
					"name": "200 success (authentication.completed type)",
					"originalRequest": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"id\": \"event_7423fj424c5ebb746a67f7fd9a2j33\",\n    \"object\": \"event\",\n    \"api-version\": \"v1\",\n    \"created_at\": \"2025-01-01 00: 00: 00\",\n    \"livemode\": true,\n    \"type\": \"authentication.completed\",\n    \"data\": {\n          \"event_type\": \"authentication.completed\",\n          \"authentication_id\": \"3775998562365199\",\n          \"result\": \"authentic\"\n    }\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "http://localhost:3000/webhook",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"webhook"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "57"
						},
						{
							"key": "ETag",
							"value": "W/\"39-lVCPFIz1amEt/72rMrLyvdRNH1M\""
						},
						{
							"key": "Date",
							"value": "Fri, 14 Feb 2025 08:21:37 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"received\": true,\n    \"event_type\": \"authentication.completed\"\n}"
				},
				{
					"name": "200 success (authentication.result_update type)",
					"originalRequest": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"id\": \"event_5348sk128c5ebb765a16f7fd9ajf88\",\n    \"object\": \"event\",\n    \"api-version\": \"v1\",\n    \"created_at\": \"2025-01-01 00: 00: 00\",\n    \"livemode\": true,\n    \"type\": \"authentication.result_updated\",\n    \"data\": {\n        \"event_type\": \"authentication.result_updated\",\n        \"authentication_id\": \"3775998562365199\",\n        \"old_result\": \"authentic\",\n        \"new_result\": \"replica\"\n    }\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "http://localhost:3000/webhook",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"webhook"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "X-Powered-By",
							"value": "Express"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "62"
						},
						{
							"key": "ETag",
							"value": "W/\"3e-OvjszUssAlHMB7RASGKBSY35Xeo\""
						},
						{
							"key": "Date",
							"value": "Fri, 14 Feb 2025 08:22:17 GMT"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5"
						}
					],
					"cookie": [],
					"body": "{\n    \"received\": true,\n    \"event_type\": \"authentication.result_updated\"\n}"
				}
			]
		}
	]
}