[
    {
        "model": "base.faq",
        "pk": 1,
        "fields": {
            "question": "What is the return policy?",
            "answer": "You can return the product within 30 days of purchase."
        }
    },
    {
        "model": "base.faq",
        "pk": 2,
        "fields": {
            "question": "Do you offer international shipping?",
            "answer": "Yes, we ship to most countries worldwide. Shipping charges apply."
        }
    },
    {
        "model": "base.faq",
        "pk": 3,
        "fields": {
            "question": "How can I track my order?",
            "answer": "Once your order is shipped, you will receive an email with a tracking number."
        }
    }
]
