{"id":9947,"date":"2025-11-18T15:52:57","date_gmt":"2025-11-18T06:52:57","guid":{"rendered":"https:\/\/www.auctionpro.co.kr\/?p=9947"},"modified":"2025-11-18T15:59:17","modified_gmt":"2025-11-18T06:59:17","slug":"%eb%b0%94%ed%83%95%ed%99%94%eb%a9%b4-%ec%95%84%ec%9d%b4%ec%bd%98-%ec%83%9d%ec%84%b1","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=9947","title":{"rendered":"\ubc14\ud0d5\ud654\uba74 \uc544\uc774\ucf58 \uc0dd\uc131"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-2.png\"><img loading=\"lazy\" decoding=\"async\" width=\"389\" height=\"184\" src=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-2.png\" alt=\"\" class=\"wp-image-9949\" srcset=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-2.png 389w, https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-2-300x142.png 300w\" sizes=\"auto, (max-width: 389px) 100vw, 389px\" \/><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">\ud074\ub9ad\uc2dc<\/h4>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-3.png\"><img loading=\"lazy\" decoding=\"async\" width=\"685\" height=\"260\" src=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-3.png\" alt=\"\" class=\"wp-image-9950\" srcset=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-3.png 685w, https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-3-300x114.png 300w\" sizes=\"auto, (max-width: 685px) 100vw, 685px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full wp-duotone-dark-grayscale\"><a href=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-5.png\"><img loading=\"lazy\" decoding=\"async\" width=\"497\" height=\"632\" src=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-5.png\" alt=\"\" class=\"wp-image-9956\" srcset=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-5.png 497w, https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-5-236x300.png 236w\" sizes=\"auto, (max-width: 497px) 100vw, 497px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">default.htm<\/h2>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:xhtml decode:true \">&lt;html lang=\"ko\"&gt;\n&lt;head&gt;\n  &lt;meta charset=\"utf-8\"&gt;\n  &lt;title&gt;My PWA App&lt;\/title&gt;\n\n  &lt;link rel=\"manifest\" href=\"\/manifest.json\"&gt;\n  &lt;meta name=\"theme-color\" content=\"#0066cc\"&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n\n  &lt;h1&gt;App \uc124\uce58. &lt;\/h1&gt;\n\n  &lt;button id=\"btnInstallPWA\" style=\"display:none; padding:8px 14px;\"&gt;\n    \uc571 \uc124\uce58\ud558\uae30 (\ubc14\ud0d5\ud654\uba74 \uc544\uc774\ucf58 \uc0dd\uc131)\n  &lt;\/button&gt;\n\n  &lt;script&gt;\n    \/\/ Service Worker \ub4f1\ub85d\n    if ('serviceWorker' in navigator) {\n      window.addEventListener('load', function () {\n        navigator.serviceWorker.register('\/service-worker.js')\n          .then(function (reg) {\n            console.log('ServiceWorker registered:', reg.scope);\n          })\n          .catch(function (err) {\n            console.warn('ServiceWorker registration failed:', err);\n          });\n      });\n    }\n\n    let deferredPrompt = null;\n    const installBtn = document.getElementById('btnInstallPWA');\n\n    window.addEventListener('beforeinstallprompt', (event) =&gt; {\n      event.preventDefault();\n      deferredPrompt = event;\n      if (installBtn) installBtn.style.display = 'inline-block';\n    });\n\n    if (installBtn) {\n      installBtn.addEventListener('click', async () =&gt; {\n        if (!deferredPrompt) {\n          alert('\uc124\uce58\ud560 \uc218 \uc788\ub294 \uc0c1\ud0dc\uac00 \uc544\ub2d9\ub2c8\ub2e4. \uc774\ubbf8 \uc124\uce58\ub418\uc5c8\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.');\n          return;\n        }\n        deferredPrompt.prompt();\n        const { outcome } = await deferredPrompt.userChoice;\n        console.log('\uc0ac\uc6a9\uc790 \uc120\ud0dd:', outcome);\n        deferredPrompt = null;\n        installBtn.style.display = 'none';\n      });\n    }\n\n    window.addEventListener('appinstalled', () =&gt; {\n      console.log('PWA installed');\n      if (installBtn) installBtn.style.display = 'none';\n    });\n  &lt;\/script&gt;\n\n&lt;\/body&gt;\n&lt;\/html&gt;<\/pre><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Service-worker.js<\/h4>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:xhtml decode:true \">\/\/ service-worker.js (\uc544\uc8fc \uae30\ubcf8\ud615)\n\n\/\/ \uce90\uc2dc \uc774\ub984\nconst CACHE_NAME = 'auctionpro-cache-v1';\n\n\/\/ \uc124\uce58 \uc2dc \uae30\ubcf8 \ud30c\uc77c \uce90\uc2f1 (\uc635\uc158)\nself.addEventListener('install', (event) =&gt; {\n  \/\/ \ubc14\ub85c \ud65c\uc131\ud654\ud558\uace0 \uc2f6\uc73c\uba74\n  self.skipWaiting();\n});\n\n\/\/ \ud65c\uc131\ud654 \uc2dc (\uc635\uc158)\nself.addEventListener('activate', (event) =&gt; {\n  \/\/ \uc624\ub798\ub41c \uce90\uc2dc \uc815\ub9ac \ub4f1\n  event.waitUntil(clients.claim());\n});\n\n\/\/ fetch \uc774\ubca4\ud2b8 (\uc635\uc158) - \uc624\ud504\ub77c\uc778 \uce90\uc2dc \ub85c\uc9c1 \ub123\uc744 \uc218 \uc788\uc74c\nself.addEventListener('fetch', (event) =&gt; {\n  \/\/ \uc5ec\uae30\uc11c \uae30\ubcf8 \ub124\ud2b8\uc6cc\ud06c \ud328\uc2a4\uc2a4\ub8e8\n  return;\n});<\/pre><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">manifest.json<\/h4>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:xhtml decode:true \">{\n  \"name\": \"Travelport WebTerminal\",\n  \"short_name\": \"1GX\",\n  \"start_url\": \"\/\",\n  \"display\": \"standalone\",\n  \"background_color\": \"#ffffff\",\n  \"theme_color\": \"#003366\",\n  \"icons\": [\n    { \"src\": \"\/auctionpro-192.png\", \"sizes\": \"192x192\", \"type\": \"image\/png\" },\n    { \"src\": \"\/auctionpro-512.png\", \"sizes\": \"512x512\", \"type\": \"image\/png\" }\n  ]\n}<\/pre><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">image 192, 512  \uc0ac\uc774\uc988 \ub9de\uac8c \uc81c\uc791  \ud544\uc694<\/h4>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>\ud074\ub9ad\uc2dc default.htm Service-worker.js manifest.json image 192, 512 \uc0ac\uc774\uc988 \ub9de\uac8c \uc81c\uc791 \ud544\uc694<\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[31,32],"tags":[],"class_list":["post-9947","post","type-post","status-publish","format-standard","hentry","category-html","category-javascript"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\ubc14\ud0d5\ud654\uba74 \uc544\uc774\ucf58 \uc0dd\uc131 - AuctionPro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.auctionpro.co.kr\/?p=9947\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ubc14\ud0d5\ud654\uba74 \uc544\uc774\ucf58 \uc0dd\uc131 - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"\ud074\ub9ad\uc2dc default.htm Service-worker.js manifest.json image 192, 512 \uc0ac\uc774\uc988 \ub9de\uac8c \uc81c\uc791 \ud544\uc694\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=9947\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-18T06:52:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-18T06:59:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"389\" \/>\n\t<meta property=\"og:image:height\" content=\"184\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"golgol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"golgol\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9947#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9947\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"\ubc14\ud0d5\ud654\uba74 \uc544\uc774\ucf58 \uc0dd\uc131\",\"datePublished\":\"2025-11-18T06:52:57+00:00\",\"dateModified\":\"2025-11-18T06:59:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9947\"},\"wordCount\":7,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9947#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/image-2.png\",\"articleSection\":[\"[Dev]HTML\",\"[Dev]Javascript\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9947#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9947\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9947\",\"name\":\"\ubc14\ud0d5\ud654\uba74 \uc544\uc774\ucf58 \uc0dd\uc131 - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9947#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9947#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/image-2.png\",\"datePublished\":\"2025-11-18T06:52:57+00:00\",\"dateModified\":\"2025-11-18T06:59:17+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9947#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9947\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9947#primaryimage\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/image-2.png\",\"contentUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/image-2.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9947#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ubc14\ud0d5\ud654\uba74 \uc544\uc774\ucf58 \uc0dd\uc131\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\",\"name\":\"AuctionPro\",\"description\":\"\uc625\uc158\ud504\ub85c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\",\"name\":\"golgol\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?author=6\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ubc14\ud0d5\ud654\uba74 \uc544\uc774\ucf58 \uc0dd\uc131 - AuctionPro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.auctionpro.co.kr\/?p=9947","og_locale":"ko_KR","og_type":"article","og_title":"\ubc14\ud0d5\ud654\uba74 \uc544\uc774\ucf58 \uc0dd\uc131 - AuctionPro","og_description":"\ud074\ub9ad\uc2dc default.htm Service-worker.js manifest.json image 192, 512 \uc0ac\uc774\uc988 \ub9de\uac8c \uc81c\uc791 \ud544\uc694","og_url":"https:\/\/www.auctionpro.co.kr\/?p=9947","og_site_name":"AuctionPro","article_published_time":"2025-11-18T06:52:57+00:00","article_modified_time":"2025-11-18T06:59:17+00:00","og_image":[{"width":389,"height":184,"url":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-2.png","type":"image\/png"}],"author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=9947#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=9947"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"\ubc14\ud0d5\ud654\uba74 \uc544\uc774\ucf58 \uc0dd\uc131","datePublished":"2025-11-18T06:52:57+00:00","dateModified":"2025-11-18T06:59:17+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=9947"},"wordCount":7,"commentCount":0,"image":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=9947#primaryimage"},"thumbnailUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-2.png","articleSection":["[Dev]HTML","[Dev]Javascript"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=9947#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=9947","url":"https:\/\/www.auctionpro.co.kr\/?p=9947","name":"\ubc14\ud0d5\ud654\uba74 \uc544\uc774\ucf58 \uc0dd\uc131 - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=9947#primaryimage"},"image":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=9947#primaryimage"},"thumbnailUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-2.png","datePublished":"2025-11-18T06:52:57+00:00","dateModified":"2025-11-18T06:59:17+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=9947#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=9947"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.auctionpro.co.kr\/?p=9947#primaryimage","url":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-2.png","contentUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2025\/11\/image-2.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=9947#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"\ubc14\ud0d5\ud654\uba74 \uc544\uc774\ucf58 \uc0dd\uc131"}]},{"@type":"WebSite","@id":"https:\/\/www.auctionpro.co.kr\/#website","url":"https:\/\/www.auctionpro.co.kr\/","name":"AuctionPro","description":"\uc625\uc158\ud504\ub85c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.auctionpro.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2","name":"golgol","url":"https:\/\/www.auctionpro.co.kr\/?author=6"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/9947","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9947"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/9947\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9947"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9947"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9947"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}