{"id":35,"date":"2026-05-09T17:18:13","date_gmt":"2026-05-09T17:18:13","guid":{"rendered":"https:\/\/sclopx.online\/?page_id=35"},"modified":"2026-05-09T17:18:24","modified_gmt":"2026-05-09T17:18:24","slug":"thank-you-1111","status":"publish","type":"page","link":"https:\/\/sclopx.online\/?page_id=35","title":{"rendered":"THANK YOU 1111"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"35\" class=\"elementor elementor-35\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb9e5f0 e-flex e-con-boxed e-con e-parent\" data-id=\"eb9e5f0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b51a9b5 elementor-widget elementor-widget-html\" data-id=\"b51a9b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Thank You \u2014 The Fishy Smell Fix<\/title>\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500&display=swap');\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n:root {\n\u2013emerald: #1a4a3a;\n\u2013emerald-light: #2d6b56;\n\u2013emerald-pale: #e8f2ee;\n\u2013gold: #c9a84c;\n\u2013gold-light: #e8c97a;\n\u2013gold-pale: #fdf8ee;\n\u2013maroon: #800020;\n\u2013white: #ffffff;\n\u2013off-white: #fafaf8;\n\u2013text-dark: #1a1a1a;\n\u2013text-mid: #4a4a4a;\n\u2013text-soft: #7a7a7a;\n}\n\nhtml { scroll-behavior: smooth; }\n\nbody {\nfont-family: \u2018DM Sans\u2019, sans-serif;\nbackground-color: var(\u2013off-white);\ncolor: var(\u2013text-dark);\nmin-height: 100vh;\noverflow-x: hidden;\n}\n\n\/* \u2500\u2500 TOP CONFETTI STRIP \u2500\u2500 *\/\n.confetti-strip {\nheight: 6px;\nbackground: linear-gradient(90deg,\n#c9a84c 0%, #1a4a3a 20%, #c9a84c 40%, #800020 60%, #c9a84c 80%, #1a4a3a 100%);\nanimation: shimmer 3s linear infinite;\nbackground-size: 200% 100%;\n}\n@keyframes shimmer {\n0% { background-position: 0% 0%; }\n100% { background-position: 200% 0%; }\n}\n\n\/* \u2500\u2500 HERO \u2500\u2500 *\/\n.hero {\nbackground-color: var(\u2013emerald);\nbackground-image:\nradial-gradient(ellipse at 20% 50%, rgba(201,168,76,0.08) 0%, transparent 60%),\nradial-gradient(ellipse at 80% 20%, rgba(201,168,76,0.06) 0%, transparent 50%);\npadding: 60px 24px 70px;\ntext-align: center;\nposition: relative;\noverflow: hidden;\n}\n\n.hero::before {\ncontent: \u2018\u2019;\nposition: absolute;\ntop: -80px; left: 50%;\ntransform: translateX(-50%);\nwidth: 400px; height: 400px;\nbackground: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 70%);\npointer-events: none;\n}\n\n.checkmark-wrap {\ndisplay: inline-flex;\nalign-items: center;\njustify-content: center;\nwidth: 80px; height: 80px;\nbackground: rgba(201,168,76,0.15);\nborder: 2px solid var(\u2013gold);\nborder-radius: 50%;\nmargin-bottom: 28px;\nanimation: popIn 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s both;\n}\n@keyframes popIn {\nfrom { transform: scale(0); opacity: 0; }\nto { transform: scale(1); opacity: 1; }\n}\n\n.checkmark {\nfont-size: 36px;\nline-height: 1;\n}\n\n.hero-label {\ndisplay: inline-block;\nfont-family: \u2018DM Sans\u2019, sans-serif;\nfont-size: 11px;\nfont-weight: 500;\nletter-spacing: 3px;\ntext-transform: uppercase;\ncolor: var(\u2013gold);\nmargin-bottom: 16px;\nopacity: 0;\nanimation: fadeUp 0.6s ease 0.4s forwards;\n}\n\n.hero h1 {\nfont-family: \u2018Playfair Display\u2019, serif;\nfont-size: clamp(28px, 5vw, 42px);\nfont-weight: 700;\ncolor: var(\u2013white);\nline-height: 1.25;\nmax-width: 600px;\nmargin: 0 auto 20px;\nopacity: 0;\nanimation: fadeUp 0.6s ease 0.5s forwards;\n}\n\n.hero h1 em {\ncolor: var(\u2013gold-light);\nfont-style: italic;\n}\n\n.hero-sub {\nfont-size: 16px;\nfont-weight: 300;\ncolor: rgba(255,255,255,0.75);\nmax-width: 480px;\nmargin: 0 auto;\nline-height: 1.7;\nopacity: 0;\nanimation: fadeUp 0.6s ease 0.6s forwards;\n}\n\n@keyframes fadeUp {\nfrom { opacity: 0; transform: translateY(20px); }\nto { opacity: 1; transform: translateY(0); }\n}\n\n\/* \u2500\u2500 GOLD DIVIDER \u2500\u2500 *\/\n.gold-divider {\nheight: 1px;\nbackground: linear-gradient(90deg, transparent, var(\u2013gold), transparent);\nmargin: 0 auto;\nmax-width: 300px;\n}\n\n\/* \u2500\u2500 MAIN CONTENT \u2500\u2500 *\/\n.main {\nmax-width: 680px;\nmargin: 0 auto;\npadding: 0 20px 60px;\n}\n\n\/* \u2500\u2500 PERSONAL MESSAGE \u2500\u2500 *\/\n.message-card {\nbackground: var(\u2013white);\nborder-radius: 16px;\npadding: 40px 36px;\nmargin-top: -30px;\nposition: relative;\nbox-shadow: 0 4px 40px rgba(26,74,58,0.08);\nborder-top: 3px solid var(\u2013gold);\nopacity: 0;\nanimation: fadeUp 0.7s ease 0.8s forwards;\n}\n\n.message-card .author-tag {\ndisplay: flex;\nalign-items: center;\ngap: 12px;\nmargin-bottom: 24px;\n}\n\n.author-avatar {\nwidth: 48px; height: 48px;\nbackground: var(\u2013emerald);\nborder-radius: 50%;\ndisplay: flex; align-items: center; justify-content: center;\nfont-family: \u2018Playfair Display\u2019, serif;\nfont-size: 18px;\ncolor: var(\u2013gold);\nfont-weight: 700;\nflex-shrink: 0;\n}\n\n.author-info {\ndisplay: flex;\nflex-direction: column;\n}\n\n.author-name {\nfont-weight: 500;\nfont-size: 15px;\ncolor: var(\u2013emerald);\n}\n\n.author-role {\nfont-size: 12px;\ncolor: var(\u2013text-soft);\n}\n\n.message-card p {\nfont-size: 15px;\nline-height: 1.85;\ncolor: var(\u2013text-mid);\nmargin-bottom: 16px;\n}\n\n.message-card p:last-child { margin-bottom: 0; }\n\n.message-card p strong {\ncolor: var(\u2013emerald);\nfont-weight: 500;\n}\n\n.message-card .signature {\nfont-family: \u2018Playfair Display\u2019, serif;\nfont-style: italic;\nfont-size: 20px;\ncolor: var(\u2013emerald);\nmargin-top: 24px;\n}\n\n\/* \u2500\u2500 WHAT HAPPENS NEXT \u2500\u2500 *\/\n.section-label {\nfont-size: 11px;\nfont-weight: 500;\nletter-spacing: 3px;\ntext-transform: uppercase;\ncolor: var(\u2013gold);\ntext-align: center;\nmargin-top: 48px;\nmargin-bottom: 8px;\n}\n\n.section-title {\nfont-family: \u2018Playfair Display\u2019, serif;\nfont-size: clamp(22px, 4vw, 30px);\nfont-weight: 600;\ncolor: var(\u2013emerald);\ntext-align: center;\nmargin-bottom: 32px;\nline-height: 1.3;\n}\n\n.steps-grid {\ndisplay: flex;\nflex-direction: column;\ngap: 16px;\n}\n\n.step-card {\ndisplay: flex;\nalign-items: flex-start;\ngap: 20px;\nbackground: var(\u2013white);\nborder-radius: 12px;\npadding: 24px;\nbox-shadow: 0 2px 20px rgba(26,74,58,0.06);\nborder-left: 3px solid var(\u2013emerald-pale);\ntransition: border-color 0.3s ease, transform 0.3s ease;\n}\n\n.step-card:hover {\nborder-left-color: var(\u2013gold);\ntransform: translateX(4px);\n}\n\n.step-num {\nwidth: 40px; height: 40px;\nbackground: var(\u2013emerald);\ncolor: var(\u2013gold);\nborder-radius: 50%;\ndisplay: flex; align-items: center; justify-content: center;\nfont-family: \u2018Playfair Display\u2019, serif;\nfont-weight: 700;\nfont-size: 16px;\nflex-shrink: 0;\n}\n\n.step-content h3 {\nfont-size: 15px;\nfont-weight: 500;\ncolor: var(\u2013text-dark);\nmargin-bottom: 6px;\n}\n\n.step-content p {\nfont-size: 14px;\ncolor: var(\u2013text-soft);\nline-height: 1.6;\n}\n\n.step-content a {\ncolor: var(\u2013emerald);\nfont-weight: 500;\ntext-decoration: underline;\ntext-decoration-color: var(\u2013gold);\ntext-underline-offset: 3px;\n}\n\n\/* \u2500\u2500 REMINDER BOX \u2500\u2500 *\/\n.reminder-box {\nbackground: var(\u2013gold-pale);\nborder: 1px solid rgba(201,168,76,0.3);\nborder-radius: 12px;\npadding: 24px 28px;\nmargin-top: 32px;\ndisplay: flex;\nalign-items: flex-start;\ngap: 16px;\n}\n\n.reminder-icon {\nfont-size: 24px;\nflex-shrink: 0;\nmargin-top: 2px;\n}\n\n.reminder-box h4 {\nfont-size: 14px;\nfont-weight: 500;\ncolor: var(\u2013emerald);\nmargin-bottom: 6px;\n}\n\n.reminder-box p {\nfont-size: 13px;\ncolor: var(\u2013text-mid);\nline-height: 1.6;\n}\n\n\/* \u2500\u2500 QUOTE STRIP \u2500\u2500 *\/\n.quote-strip {\nbackground: var(\u2013emerald-pale);\nborder-radius: 12px;\npadding: 32px 36px;\nmargin-top: 32px;\ntext-align: center;\nborder-left: 4px solid var(\u2013gold);\n}\n\n.quote-strip blockquote {\nfont-family: \u2018Playfair Display\u2019, serif;\nfont-style: italic;\nfont-size: clamp(16px, 3vw, 20px);\ncolor: var(\u2013emerald);\nline-height: 1.6;\nmargin-bottom: 12px;\n}\n\n.quote-strip cite {\nfont-size: 13px;\ncolor: var(\u2013text-soft);\nfont-style: normal;\nletter-spacing: 1px;\n}\n\n\/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n.page-footer {\nbackground: var(\u2013emerald);\npadding: 36px 24px;\ntext-align: center;\nmargin-top: 60px;\n}\n\n.page-footer .footer-logo {\nfont-family: \u2018Playfair Display\u2019, serif;\nfont-size: 18px;\ncolor: var(\u2013gold);\nmargin-bottom: 8px;\n}\n\n.page-footer p {\nfont-size: 13px;\ncolor: rgba(255,255,255,0.45);\nline-height: 1.6;\n}\n\n.page-footer a {\ncolor: rgba(255,255,255,0.5);\ntext-decoration: none;\ntransition: color 0.2s;\n}\n\n.page-footer a:hover { color: var(\u2013gold); }\n\n\/* \u2500\u2500 FLOATING PARTICLES \u2500\u2500 *\/\n.particles {\nposition: fixed;\ntop: 0; left: 0;\nwidth: 100%; height: 100%;\npointer-events: none;\nz-index: 0;\noverflow: hidden;\n}\n\n.particle {\nposition: absolute;\nwidth: 4px; height: 4px;\nbackground: var(\u2013gold);\nborder-radius: 50%;\nopacity: 0;\nanimation: particleFall linear infinite;\n}\n\n@keyframes particleFall {\n0% { opacity: 0; transform: translateY(-20px) rotate(0deg); }\n10% { opacity: 0.6; }\n90% { opacity: 0.3; }\n100% { opacity: 0; transform: translateY(100vh) rotate(720deg); }\n}\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 480px) {\n.message-card { padding: 28px 22px; }\n.community-card { padding: 36px 22px; }\n.wa-form { padding: 22px 18px; }\n.reminder-box { padding: 20px 18px; }\n.quote-strip { padding: 24px 20px; }\n}\n<\/style>\n\n<\/head>\n<body>\n\n<!-- Floating particles for celebration effect -->\n\n<div class=\"particles\" id=\"particles\"><\/div>\n\n<!-- TOP SHIMMER STRIP -->\n\n<div class=\"confetti-strip\"><\/div>\n\n<!-- HERO -->\n\n<section class=\"hero\">\n  <div class=\"checkmark-wrap\">\n    <span class=\"checkmark\">\u2713<\/span>\n  <\/div>\n  <div class=\"hero-label\">Payment Confirmed<\/div>\n  <h1>Your reset starts <em>today.<\/em><br>Well done for choosing yourself.<\/h1>\n  <p class=\"hero-sub\">You just made the most important decision for your body. Check your email for your download link \u2014 then come back here for something special.<\/p>\n<\/section>\n\n<div style=\"background: var(--emerald); padding-bottom: 40px;\">\n  <div class=\"gold-divider\"><\/div>\n<\/div>\n\n<!-- MAIN CONTENT -->\n\n<div class=\"main\">\n\n  <!-- PERSONAL MESSAGE FROM ADAEZE -->\n\n  <div class=\"message-card\">\n    <div class=\"author-tag\">\n      <div class=\"author-avatar\">A<\/div>\n      <div class=\"author-info\">\n        <span class=\"author-name\">Adaeze<\/span>\n        <span class=\"author-role\">Author, The Fishy Smell Fix<\/span>\n      <\/div>\n    <\/div>\n\n```\n<p>Sis, I mean this \u2014 <strong>I am genuinely proud of you.<\/strong><\/p>\n\n<p>I know how hard it is to even admit this problem exists, let alone spend money to fix it. The amount of shame women carry around this quietly... it's too much. And you just decided you've had enough of that.<\/p>\n\n<p>That is not a small thing. That is you choosing your body. Your confidence. Your peace of mind. And I do not take it lightly that you trusted me with that.<\/p>\n\n<p><strong>Your download link has been sent to the email you used at checkout.<\/strong> Please check your inbox (and your spam folder \u2014 it sometimes hides there). Selar handles all downloads automatically, so it should be waiting for you right now.<\/p>\n\n<p>Start with <strong>Phase 1 \u2014 the Diagnose section.<\/strong> Read it completely before you do anything else. I need you to understand WHY this has been happening before you begin the reset. That understanding is what makes the 7 days work.<\/p>\n\n<p>I am rooting for you from here.<\/p>\n\n<div class=\"signature\">\u2014 Adaeze \ud83c\udf3f<\/div>\n```\n\n  <\/div>\n\n  <!-- WHAT HAPPENS NEXT -->\n\n  <div class=\"section-label\" style=\"margin-top: 52px;\">Your next steps<\/div>\n  <h2 class=\"section-title\">Here's exactly what to do right now<\/h2>\n\n  <div class=\"steps-grid\">\n    <div class=\"step-card\">\n      <div class=\"step-num\">1<\/div>\n      <div class=\"step-content\">\n        <h3>Check your email for the download link<\/h3>\n        <p>Selar sends your download automatically within minutes of payment. Check your inbox \u2014 and your spam folder. Search for \"Selar\" or \"Fishy Smell Fix\" if you can't find it. If it hasn't arrived within 10 minutes, <a href=\"mailto:support@selar.co\">contact Selar support here.<\/a><\/p>\n      <\/div>\n    <\/div>\n\n```\n<div class=\"step-card\">\n  <div class=\"step-num\">2<\/div>\n  <div class=\"step-content\">\n    <h3>Download and save to your phone<\/h3>\n    <p>Save the PDF to your phone's files or Google Drive. You'll be referring to it daily for 7 days \u2014 easy access matters. Rename the file something private if you share your phone.<\/p>\n  <\/div>\n<\/div>\n\n<div class=\"step-card\">\n  <div class=\"step-num\">3<\/div>\n  <div class=\"step-content\">\n    <h3>Read Phase 1 tonight \u2014 before you sleep<\/h3>\n    <p>Do not skip to the protocol. Phase 1 (pages 4\u201314) explains the 8 hidden triggers \u2014 including at least 2 or 3 that will shock you. Understanding your triggers is what makes the 7 days permanent, not temporary.<\/p>\n  <\/div>\n<\/div>\n\n<div class=\"step-card\">\n  <div class=\"step-num\">4<\/div>\n  <div class=\"step-content\">\n    <h3>Get your ingredients ready tomorrow morning<\/h3>\n    <p>The shopping list inside the guide is short and everything is available at any Nigerian market, Shoprite, or African grocery store if you're abroad. Budget under \u20a63,000 \/ \u00a35 \/ $7 total. Day 1 of your reset starts as soon as your ingredients are ready.<\/p>\n  <\/div>\n<\/div>\n```\n\n  <\/div>\n\n  <!-- REMINDER BOX -->\n\n  <div class=\"reminder-box\">\n    <div class=\"reminder-icon\">\ud83d\udce7<\/div>\n    <div>\n      <h4>Can't find your download email?<\/h4>\n      <p>Check your spam or promotions folder first. Search \"Selar\" in your email. If it's been more than 15 minutes and nothing has arrived, reach out to Selar directly \u2014 they respond fast and will resend immediately.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- CLOSING QUOTE -->\n\n  <div class=\"quote-strip\">\n    <blockquote>\"You don't have a hygiene problem. You never did. You had a microbiome problem \u2014 and now you have the fix.\"<\/blockquote>\n    <cite>\u2014 ADAEZE, THE FISHY SMELL FIX<\/cite>\n  <\/div>\n\n<\/div>\n\n<!-- FOOTER -->\n\n<footer class=\"page-footer\">\n  <div class=\"footer-logo\">The Fishy Smell Fix<\/div>\n  <p>A product of Body Truth With Adaeze &nbsp;|&nbsp; <a href=\"#\">Privacy Policy<\/a> &nbsp;|&nbsp; <a href=\"mailto:support@selar.co\">Support<\/a><\/p>\n  <p style=\"margin-top: 8px;\">Questions about your order? Contact <a href=\"mailto:support@selar.co\">Selar Support<\/a><\/p>\n<\/footer>\n\n<script>\n  \/\/ \u2500\u2500 PARTICLE BURST on load \u2500\u2500\n  (function createParticles() {\n    const container = document.getElementById('particles');\n    const count = 18;\n    for (let i = 0; i < count; i++) {\n      const p = document.createElement('div');\n      p.classList.add('particle');\n      p.style.left = Math.random() * 100 + '%';\n      p.style.animationDuration = (4 + Math.random() * 6) + 's';\n      p.style.animationDelay = (Math.random() * 4) + 's';\n      p.style.width = p.style.height = (3 + Math.random() * 5) + 'px';\n      p.style.opacity = '0';\n      \/\/ Alternate gold and emerald particles\n      p.style.background = i % 3 === 0 ? '#1a4a3a' : '#c9a84c';\n      container.appendChild(p);\n    }\n    \/\/ Stop particles after 8 seconds\n    setTimeout(() => { container.style.display = 'none'; }, 8000);\n  })();\n\n  \/\/ \u2500\u2500 WHATSAPP FORM SUBMIT \u2500\u2500\n  function handleJoin() {\n    const name = document.getElementById('nameInput').value.trim();\n    const phone = document.getElementById('phoneInput').value.trim();\n    const location = document.getElementById('locationInput').value.trim();\n\n    if (!name) {\n      alert('Please enter your name or nickname so we know what to call you in the group \ud83d\ude0a');\n      return;\n    }\n\n    if (!phone || phone.length < 7) {\n      alert('Please enter a valid WhatsApp number with your country code.');\n      return;\n    }\n\n    \/\/ Build WhatsApp message to admin\n    \/\/ Replace +2348000000000 with your actual WhatsApp admin number\n    const adminNumber = '2348000000000';\n    const message = encodeURIComponent(\n      `New community join request \ud83c\udf3f\\n\\nName: ${name}\\nPhone: ${phone}\\nLocation: ${location || 'Not specified'}\\n\\nPlease add to the Fishy Smell Fix WhatsApp group.`\n    );\n\n    \/\/ Open WhatsApp to notify admin\n    window.open(`https:\/\/wa.me\/${adminNumber}?text=${message}`, '_blank');\n\n    \/\/ Show success state\n    document.getElementById('waForm').style.display = 'none';\n    document.getElementById('formSuccess').style.display = 'block';\n  }\n\n  \/\/ \u2500\u2500 SCROLL ANIMATION for step cards \u2500\u2500\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach((entry, i) => {\n      if (entry.isIntersecting) {\n        setTimeout(() => {\n          entry.target.style.opacity = '1';\n          entry.target.style.transform = 'translateX(0)';\n        }, i * 80);\n        observer.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.1 });\n\n  document.querySelectorAll('.step-card').forEach((card, i) => {\n    card.style.opacity = '0';\n    card.style.transform = 'translateX(-16px)';\n    card.style.transition = 'opacity 0.5s ease, transform 0.5s ease, border-color 0.3s ease';\n    observer.observe(card);\n  });\n<\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Thank You \u2014 The Fishy Smell Fix \u2713 Payment Confirmed Your reset starts today.Well done for choosing yourself. You just made the most important decision for your body. Check your email for your download link \u2014 then come back here for something special. A Adaeze Author, The Fishy Smell Fix &#8220;` Sis, I mean this [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-35","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sclopx.online\/index.php?rest_route=\/wp\/v2\/pages\/35","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sclopx.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sclopx.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sclopx.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sclopx.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=35"}],"version-history":[{"count":4,"href":"https:\/\/sclopx.online\/index.php?rest_route=\/wp\/v2\/pages\/35\/revisions"}],"predecessor-version":[{"id":39,"href":"https:\/\/sclopx.online\/index.php?rest_route=\/wp\/v2\/pages\/35\/revisions\/39"}],"wp:attachment":[{"href":"https:\/\/sclopx.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=35"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}