{"id":131,"date":"2025-12-22T15:37:26","date_gmt":"2025-12-22T15:37:26","guid":{"rendered":"http:\/\/ilsiftransmart.com\/my-account\/"},"modified":"2026-02-22T06:58:56","modified_gmt":"2026-02-22T06:58:56","slug":"my-account","status":"publish","type":"page","link":"https:\/\/ilsiftransmart.com\/vi\/my-account\/","title":{"rendered":"T\u00e0i kho\u1ea3n c\u1ee7a t\u00f4i"},"content":{"rendered":"<p><\/p>\n\n\n\n<style>\n\/* --- B\u1ed4 SUNG: X\u00d3A FORM LOGIN M\u1eb6C \u0110\u1ecaNH C\u1ee6A WOOCOMMERCE --- *\/\n    \n    \/* \u1ea8n ti\u00eau \u0111\u1ec1 \"Login\" m\u1eb7c \u0111\u1ecbnh *\/\n    .woocommerce h2, \n    .woocommerce-account h2 {\n        display: none !important;\n    }\n\n    \/* \u1ea8n khung \u0111\u0103ng nh\u1eadp m\u1eb7c \u0111\u1ecbnh (ID th\u01b0\u1eddng g\u1eb7p c\u1ee7a Woo) *\/\n    #customer_login, \n    .u-columns.col2-set, \n    .woocommerce-form-login {\n        display: none !important;\n    }\n\n    \/* \u0110\u1ea3m b\u1ea3o khi \u0111\u00e3 \u0111\u0103ng nh\u1eadp (v\u00e0o Dashboard) th\u00ec c\u00e1c ti\u00eau \u0111\u1ec1 v\u1eabn hi\u1ec7n l\u1ea1i b\u00ecnh th\u01b0\u1eddng *\/\n    body.logged-in .woocommerce h2,\n    body.logged-in .woocommerce-account h2 {\n        display: block !important;\n    }\n    \/* --- 1. LOGIC \u1ea8N\/HI\u1ec6N TH\u00d4NG MINH (QUAN TR\u1eccNG) --- *\/\n    \n    \/* Khi ch\u01b0a \u0111\u0103ng nh\u1eadp: \u1ea8n form Woo m\u1eb7c \u0111\u1ecbnh, Hi\u1ec7n form Custom *\/\n    body:not(.logged-in) .woocommerce-account .woocommerce {\n        display: none !important;\n    }\n    body:not(.logged-in) .ilsi-auth-container {\n        display: flex !important;\n    }\n\n    \/* Khi \u0111\u00e3 \u0111\u0103ng nh\u1eadp: \u1ea8n form Custom, Hi\u1ec7n Dashboard Woo th\u1eadt *\/\n    body.logged-in .ilsi-auth-container {\n        display: none !important;\n    }\n    body.logged-in .woocommerce-account .woocommerce {\n        display: block !important;\n    }\n\n    \/* --- 2. GIAO DI\u1ec6N CUSTOM (GI\u1eee NGUY\u00caN STYLE C\u1ee6A B\u1ea0N) --- *\/\n    .ilsi-auth-container {\n        font-family: 'Inter', sans-serif;\n        max-width: 900px;\n        margin: 40px auto;\n        background: #fff;\n        border-radius: 8px;\n        box-shadow: 0 4px 25px rgba(0,0,0,0.1);\n        display: flex; \/* Flex s\u1ebd \u0111\u01b0\u1ee3c \u0111i\u1ec1u khi\u1ec3n b\u1edfi logic tr\u00ean *\/\n        overflow: hidden;\n        min-height: 600px;\n    }\n\n    \/* C\u1ed8T TR\u00c1I: BANNER *\/\n    .auth-banner {\n        flex: 1;\n        background: linear-gradient(135deg, #003366 0%, #00509d 100%);\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        color: white;\n        padding: 40px;\n        text-align: center;\n    }\n    .auth-banner h2 { font-size: 2.5rem; margin-bottom: 10px; }\n    .auth-banner p { opacity: 0.9; line-height: 1.6; }\n    \n    \/* C\u1ed8T PH\u1ea2I: FORM *\/\n    .auth-form-wrapper {\n        flex: 1.2;\n        padding: 40px 50px;\n        position: relative;\n    }\n\n    \/* HEADER *\/\n    .form-header {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        margin-bottom: 20px;\n    }\n    .form-title {\n        font-size: 1.5rem;\n        color: #333;\n        margin: 0;\n        font-weight: 600;\n    }\n    \n    \/* ROLE TOGGLE *\/\n    .role-toggle {\n        display: flex;\n        background: #f0f4f8;\n        padding: 5px;\n        border-radius: 6px;\n        margin-bottom: 25px;\n    }\n    .role-btn {\n        flex: 1;\n        padding: 10px;\n        border: none;\n        background: none;\n        cursor: pointer;\n        font-weight: 600;\n        color: #666;\n        border-radius: 4px;\n        transition: 0.3s;\n    }\n    .role-btn.active {\n        background: #003366; \/* Navy Blue *\/\n        color: white;\n        box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n    }\n    \n    \/* INPUTS *\/\n    .input-group { margin-bottom: 15px; }\n    .input-control {\n        width: 100%;\n        padding: 12px 15px;\n        border: 1px solid #dbdbdb;\n        border-radius: 4px;\n        font-size: 14px;\n        transition: 0.3s;\n        box-sizing: border-box;\n    }\n    .input-control:focus {\n        border-color: #003366;\n        box-shadow: 0 0 0 2px rgba(0, 51, 102, 0.1);\n        outline: none;\n    }\n    select.input-control { background-color: white; cursor: pointer; }\n\n    \/* BUTTONS *\/\n    .btn-submit {\n        width: 100%;\n        padding: 12px;\n        background: #FFCC00; \/* Gold *\/\n        color: #003366; \/* Navy *\/\n        font-weight: 700;\n        border: none;\n        border-radius: 4px;\n        cursor: pointer;\n        font-size: 16px;\n        margin-top: 10px;\n        transition: 0.2s;\n        text-transform: uppercase;\n    }\n    .btn-submit:hover { background: #e6b800; }\n\n    \/* SOCIAL & FOOTER *\/\n    .separator {\n        display: flex;\n        align-items: center;\n        text-align: center;\n        margin: 20px 0;\n        color: #ccc;\n    }\n    .separator::before, .separator::after {\n        content: '';\n        flex: 1;\n        border-bottom: 1px solid #eee;\n    }\n    .separator span { padding: 0 10px; font-size: 12px; color: #888; }\n\n    .social-buttons { display: flex; gap: 15px; }\n    .btn-social {\n        flex: 1;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 10px;\n        border: 1px solid #ddd;\n        border-radius: 4px;\n        background: white;\n        cursor: pointer;\n        font-size: 14px;\n        color: #333;\n        transition: 0.2s;\n    }\n    .btn-social:hover { background: #f9f9f9; border-color: #ccc; }\n    .icon-social { width: 20px; height: 20px; margin-right: 8px; }\n\n    .form-footer { margin-top: 20px; text-align: center; font-size: 13px; }\n    .link-text { color: #003366; text-decoration: none; font-weight: 600; cursor: pointer; }\n    .forgot-pass { float: left; font-size: 13px; color: #003366; text-decoration: none; margin-bottom: 15px; }\n\n    \/* UTILS *\/\n    .row-input { display: flex; gap: 15px; }\n    .row-input .input-group { flex: 1; }\n    .term-text {\n        font-size: 12px;\n        color: #666;\n        text-align: center;\n        margin-top: 15px;\n        line-height: 1.5;\n    }\n    .hidden { display: none !important; }\n    \n    @media (max-width: 768px) {\n        .ilsi-auth-container { flex-direction: column; }\n        .auth-banner { display: none; }\n    }\n<\/style>\n<style>\n    \/* 1. C\u1ea4U TR\u00daC LAYOUT: Chia 2 c\u1ed9t (Menu tr\u00e1i - N\u1ed9i dung ph\u1ea3i) *\/\n    .woocommerce-account .woocommerce {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 30px;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px;\n    }\n\n    \/* 2. MENU B\u00caN TR\u00c1I (Navigation) *\/\n    .woocommerce-MyAccount-navigation {\n        flex: 1;\n        min-width: 260px;\n        background: #fff;\n        border-radius: 8px;\n        padding: 0; \/* X\u00f3a padding th\u1eeba *\/\n        box-shadow: 0 4px 20px rgba(0,0,0,0.08); \/* \u0110\u1ed5 b\u00f3ng nh\u1eb9 *\/\n        overflow: hidden; \/* Bo tr\u00f2n g\u00f3c *\/\n        height: fit-content;\n        border: 1px solid #f0f0f0;\n    }\n\n    .woocommerce-MyAccount-navigation ul {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n    }\n\n    .woocommerce-MyAccount-navigation li {\n        margin: 0;\n        border-bottom: 1px solid #f0f0f0;\n    }\n    \n    .woocommerce-MyAccount-navigation li:last-child {\n        border-bottom: none;\n    }\n\n    .woocommerce-MyAccount-navigation li a {\n        display: flex; \/* D\u00f9ng flex \u0111\u1ec3 canh icon v\u00e0 ch\u1eef th\u1eb3ng h\u00e0ng *\/\n        align-items: center;\n        padding: 15px 20px;\n        color: #555;\n        text-decoration: none;\n        font-weight: 600;\n        transition: all 0.3s ease;\n        font-family: 'Inter', sans-serif;\n        font-size: 15px;\n    }\n\n    \/* Hi\u1ec7u \u1ee9ng khi r\u00ea chu\u1ed9t ho\u1eb7c \u0111ang ch\u1ecdn *\/\n    .woocommerce-MyAccount-navigation li a:hover,\n    .woocommerce-MyAccount-navigation li.is-active a {\n        background: #003366; \/* M\u00e0u Navy ILSI *\/\n        color: #fff;\n        padding-left: 25px; \/* Hi\u1ec7u \u1ee9ng tr\u01b0\u1ee3t sang ph\u1ea3i *\/\n    }\n\n    \/* S\u1eecA L\u1ed6I ICON \u1ede \u0110\u00c2Y: D\u00f9ng m\u00e3 Unicode chu\u1ea9n thay v\u00ec k\u00fd t\u1ef1 *\/\n    .woocommerce-MyAccount-navigation li a::before {\n        content: \"\\25AA\"; \/* M\u00e3 h\u00ecnh vu\u00f4ng nh\u1ecf *\/\n        color: #FFCC00; \/* M\u00e0u v\u00e0ng *\/\n        margin-right: 12px;\n        font-size: 18px;\n        line-height: 1;\n    }\n\n    \/* N\u00fat Logout (\u0110\u0103ng xu\u1ea5t) m\u00e0u \u0111\u1ecf *\/\n    .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {\n        color: #d63031;\n    }\n    .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::before {\n        color: #d63031; \/* \u0110\u1ed5i m\u00e0u icon th\u00e0nh \u0111\u1ecf lu\u00f4n *\/\n    }\n    .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {\n        background: #d63031;\n        color: white;\n    }\n    .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover::before {\n        color: white;\n    }\n\n    \/* 3. N\u1ed8I DUNG B\u00caN PH\u1ea2I (Content) *\/\n    .woocommerce-MyAccount-content {\n        flex: 3;\n        min-width: 300px;\n        background: #fff;\n        border: 1px solid #eee;\n        border-radius: 8px;\n        padding: 35px;\n        box-shadow: 0 4px 20px rgba(0,0,0,0.05);\n    }\n\n    \/* Style cho l\u1eddi ch\u00e0o *\/\n    .woocommerce-MyAccount-content p {\n        font-size: 1rem;\n        line-height: 1.6;\n        color: #333;\n        margin-bottom: 15px;\n    }\n    \n    \/* L\u00e0m \u0111\u1eb9p c\u00e1c link trong n\u1ed9i dung *\/\n    .woocommerce-MyAccount-content a {\n        color: #003366;\n        font-weight: 700;\n        text-decoration: none;\n        border-bottom: 2px solid #FFCC00; \/* G\u1ea1ch ch\u00e2n m\u00e0u v\u00e0ng d\u00e0y h\u01a1n *\/\n        transition: 0.2s;\n    }\n    .woocommerce-MyAccount-content a:hover {\n        background: #FFCC00;\n        color: #003366;\n        border-bottom: none;\n    }\n\n    \/* MOBILE RESPONSIVE *\/\n    @media (max-width: 768px) {\n        .woocommerce-account .woocommerce {\n            flex-direction: column;\n        }\n        .woocommerce-MyAccount-navigation, \n        .woocommerce-MyAccount-content {\n            width: 100%;\n        }\n    }\n<\/style>\n\n<div class=\"ilsi-auth-container\">\n    <div class=\"auth-banner\">\n        <h2>ILSI Transmart<\/h2>\n        <p>One Platform &#8211; Total Distribution<\/p>\n        <p style=\"font-size: 14px; margin-top: 20px;\">The bridge between Wholesale Sourcing &#038; Seamless Logistics.<\/p>\n    <\/div>\n\n    <div class=\"auth-form-wrapper\">\n        \n        <div id=\"login-view\">\n            <div class=\"form-header\">\n                <h3 class=\"form-title\">Login<\/h3>\n                <div style=\"border: 1px solid #FFCC00; padding: 5px; border-radius: 4px; font-size: 12px; color: #003366; font-weight: bold; cursor: pointer;\">\n                    Login with QR &#x1f533;\n                <\/div>\n            <\/div>\n\n            <form name=\"loginform\" id=\"loginform\" action=\"\/wp-login.php\" method=\"post\" data-trp-original-action=\"\/wp-login.php\">\n                <div class=\"input-group\">\n                    <input type=\"text\" name=\"log\" class=\"input-control\" placeholder=\"Email \/ Username\" required>\n                <\/div>\n                <div class=\"input-group\">\n                    <input type=\"password\" name=\"pwd\" class=\"input-control\" placeholder=\"Password\" required>\n                <\/div>\n                \n                <input type=\"hidden\" name=\"redirect_to\" value=\"\/my-account\">\n\n                <button type=\"submit\" class=\"btn-submit\">LOGIN<\/button>\n                \n                <div style=\"margin-top: 10px; overflow: hidden;\">\n                    <a href=\"#\" class=\"forgot-pass\">Forgot Password?<\/a>\n                    <a href=\"#\" class=\"forgot-pass\" style=\"float: right;\">Login with SMS<\/a>\n                <\/div>\n\n                <div class=\"separator\"><span>OR<\/span><\/div>\n\n                <div class=\"social-buttons\">\n                    <button type=\"button\" class=\"btn-social\" onclick=\"socialLogin('Facebook')\">\n                        <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/5\/51\/Facebook_f_logo_%282019%29.svg\" class=\"icon-social\" alt=\"FB\">\n                        Facebook\n                    <\/button>\n                    <button type=\"button\" class=\"btn-social\" onclick=\"socialLogin('Google')\">\n                        <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/c\/c1\/Google_%22G%22_logo.svg\" class=\"icon-social\" alt=\"GG\">\n                        Google\n                    <\/button>\n                <\/div>\n\n                <div class=\"form-footer\">\n                    New to ILSI? <span class=\"link-text\" onclick=\"toggleAuth('register')\">Register<\/span>\n                <\/div>\n            <input type=\"hidden\" name=\"trp-form-language\" value=\"vi\"\/><\/form>\n        <\/div>\n\n        <div id=\"register-view\" class=\"hidden\">\n            <div class=\"form-header\" style=\"margin-bottom: 15px;\">\n                <h3 class=\"form-title\">Create Account<\/h3>\n            <\/div>\n\n            <div class=\"role-toggle\">\n                <button type=\"button\" class=\"role-btn active\" id=\"btn-buyer\" onclick=\"selectRole('buyer')\">I am a Buyer<\/button>\n                <button type=\"button\" class=\"role-btn\" id=\"btn-vendor\" onclick=\"selectRole('vendor')\">I am a Vendor<\/button>\n            <\/div>\n\n            <form onsubmit=\"event.preventDefault(); alert('Registration Successful! Please login now.'); toggleAuth('login');\" action=\"\">\n                \n                <div class=\"row-input\">\n                    <div class=\"input-group\">\n                        <input type=\"text\" class=\"input-control\" placeholder=\"T\u00ean \u0111\u1ea7y \u0111\u1ee7\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <input type=\"tel\" class=\"input-control\" placeholder=\"S\u1ed1 \u0111i\u1ec7n tho\u1ea1i\" required>\n                    <\/div>\n                <\/div>\n\n                <div class=\"input-group\">\n                    <input type=\"text\" id=\"company-input\" class=\"input-control\" placeholder=\"Store \/ Shop Name *\" required>\n                <\/div>\n\n                <div class=\"input-group hidden\" id=\"biz-type-group\">\n                    <select class=\"input-control\" id=\"biz-type-select\">\n                        <option value=\"\" disabled selected>Business Type *<\/option>\n                        <option value=\"manufacturer\">Manufacturer \/ Factory<\/option>\n                        <option value=\"brand\">Brand Owner<\/option>\n                        <option value=\"trader\">Trading Company<\/option>\n                    <\/select>\n                <\/div>\n\n                <div class=\"row-input\">\n                    <div class=\"input-group\">\n                        <select class=\"input-control\">\n                            <option value=\"\" disabled selected>City \/ Province<\/option>\n                            <option value=\"hanoi\">Ha Noi<\/option>\n                            <option value=\"hcm\">Ho Chi Minh City<\/option>\n                            <option value=\"other\">Other<\/option>\n                        <\/select>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <input type=\"text\" class=\"input-control\" placeholder=\"Detailed Address\">\n                    <\/div>\n                <\/div>\n\n                <div class=\"input-group\">\n                    <input type=\"email\" class=\"input-control\" placeholder=\"Work Email *\" required>\n                <\/div>\n                <div class=\"input-group\">\n                    <input type=\"password\" class=\"input-control\" placeholder=\"Password *\" required>\n                <\/div>\n\n                <button type=\"submit\" class=\"btn-submit\">REGISTER<\/button>\n\n                <p class=\"term-text\">\n                    By clicking Register, you agree to ILSI&#8217;s <a href=\"#\" style=\"color:#003366\">Terms of Use<\/a> &#038; <a href=\"#\" style=\"color:#003366\">Ch\u00ednh s\u00e1ch b\u1ea3o m\u1eadt<\/a>.\n                <\/p>\n\n                <div class=\"form-footer\">\n                    Already have an account? <span class=\"link-text\" onclick=\"toggleAuth('login')\">Login<\/span>\n                <\/div>\n            <input type=\"hidden\" name=\"trp-form-language\" value=\"vi\"\/><\/form>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<script>\n    \/* --- 1. CHUY\u1ec2N \u0110\u1ed4I QUA L\u1ea0I GI\u1eeeA \u0110\u0102NG NH\u1eacP & \u0110\u0102NG K\u00dd --- *\/\n    function toggleAuth(mode) {\n        const loginView = document.getElementById('login-view');\n        const regView = document.getElementById('register-view');\n\n        if(mode === 'register') {\n            loginView.classList.add('hidden');\n            regView.classList.remove('hidden');\n            selectRole('buyer'); \/\/ M\u1eb7c \u0111\u1ecbnh v\u1ec1 Buyer khi m\u1edf tab \u0111\u0103ng k\u00fd\n        } else {\n            regView.classList.add('hidden');\n            loginView.classList.remove('hidden');\n        }\n    }\n\n    \/* --- 2. X\u1eec L\u00dd LOGIC CH\u1eccN BUYER \/ VENDOR --- *\/\n    function selectRole(role) {\n        document.getElementById('btn-buyer').classList.remove('active');\n        document.getElementById('btn-vendor').classList.remove('active');\n        document.getElementById('btn-' + role).classList.add('active');\n\n        const companyInput = document.getElementById('company-input');\n        const bizTypeGroup = document.getElementById('biz-type-group');\n\n        if(role === 'vendor') {\n            companyInput.placeholder = \"Factory \/ Manufacturer Name *\";\n            bizTypeGroup.classList.remove('hidden');\n        } else {\n            companyInput.placeholder = \"Store \/ Shop Name *\";\n            bizTypeGroup.classList.add('hidden');\n        }\n    }\n\n    \/* --- 3. X\u1eec L\u00dd SOCIAL LOGIN (SIMULATION) --- *\/\n    function socialLogin(platform) {\n        alert('Connecting to ' + platform + ' Secure Gateway...');\n        setTimeout(function() {\n            alert('Login with ' + platform + ' Successful!');\n            window.location.href = \"\/my-account\"; \n        }, 1000); \n    }\n    \n    \/* --- 4. T\u1ef0 \u0110\u1ed8NG KI\u1ec2M TRA \u0110\u01af\u1edcNG LINK (QUAN TR\u1eccNG) --- *\/\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        \/\/ L\u1ea5y to\u00e0n b\u1ed9 tham s\u1ed1 tr\u00ean \u0111\u01b0\u1eddng link\n        const urlParams = new URLSearchParams(window.location.search);\n        \/\/ T\u00ecm xem c\u00f3 tham s\u1ed1 t\u00ean l\u00e0 'mode' kh\u00f4ng\n        const mode = urlParams.get('mode');\n\n        \/\/ N\u1ebfu tr\u00ean link c\u00f3 \u0111u\u00f4i ?mode=register\n        if(mode === 'register') {\n            \/\/ T\u1ef1 \u0111\u1ed9ng chuy\u1ec3n sang tab \u0110\u0103ng k\u00fd ngay l\u1eadp t\u1ee9c\n            toggleAuth('register');\n        } else {\n            \/\/ N\u1ebfu kh\u00f4ng, m\u1eb7c \u0111\u1ecbnh hi\u1ec7n Login\n            selectRole('buyer'); \n        }\n    });\n<\/script>\n\n\n<div class=\"woocommerce\"><\/div>","protected":false},"excerpt":{"rendered":"<p>ILSI Transmart One Platform &#8211; Total Distribution The bridge between Wholesale Sourcing &#038; Seamless Logistics. Login Login with QR &#x1f533; LOGIN Forgot Password? Login with SMS OR Facebook Google New to ILSI? Register Create Account I am a Buyer I am a Vendor Business Type *Manufacturer \/ FactoryBrand OwnerTrading Company City \/ ProvinceHa NoiHo Chi Minh CityOther REGISTER By clicking Register, you agree to ILSI&#8217;s Terms of Use &#038; Privacy Policy. Already have an account? Login<\/p>","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-131","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/ilsiftransmart.com\/vi\/wp-json\/wp\/v2\/pages\/131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ilsiftransmart.com\/vi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ilsiftransmart.com\/vi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ilsiftransmart.com\/vi\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/ilsiftransmart.com\/vi\/wp-json\/wp\/v2\/comments?post=131"}],"version-history":[{"count":16,"href":"https:\/\/ilsiftransmart.com\/vi\/wp-json\/wp\/v2\/pages\/131\/revisions"}],"predecessor-version":[{"id":1949,"href":"https:\/\/ilsiftransmart.com\/vi\/wp-json\/wp\/v2\/pages\/131\/revisions\/1949"}],"wp:attachment":[{"href":"https:\/\/ilsiftransmart.com\/vi\/wp-json\/wp\/v2\/media?parent=131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}