Create FAQpost https://{APP_DOMAIN}/api/3.2/contents/faqsCreates a new FAQ entry for a publication. When active, provide a ranks array to set the display order on the website.Body ParamsBody ParamsactivebooleanrequiredWhether the FAQ is active and displayed on the websitetruefalsequestionstringrequiredThe frequently asked question (supports HTML)answerstringrequiredThe answer to the question (supports HTML)publication_idintegerrequiredThe ID of the publication this FAQ belongs tourl_slugstringCustom URL slug for the FAQranksarray of objectsDisplay ordering. Required when active is true. Pass all FAQs for the publication with their desired rank.ranksADD objectResponse 201The created FAQUpdated 22 days ago