Returns system URLs like terms and conditions, privacy policy, FAQs, and support email.
systemUrls object containing:
termsAndConditions: URL to the terms and conditions pageprivacyPolicy: URL to the privacy policy pagefaqs: URL to the frequently asked questions pagesupportEmail: Email address for customer supportSystem URLs returned successfully.
true {
"systemUrls": {
"termsAndConditions": "https://www.handauncle.com/terms",
"privacyPolicy": "https://www.handauncle.com/privacy",
"faqs": "https://www.handauncle.com/faqs",
"supportEmail": "hello@handauncle.com"
}
}