lookup:faqs). No auth required.200 - data.faqs[] (each: question, answer, category, tags[]).curl --location '/api/v1/lookup/faqs'{
"success": true,
"message": "Success",
"data": {
"faqs": [
{
"question": "What is Hasta AI?",
"answer": "Hasta AI is a Vedic astrology and \n spiritual wellness app...",
"category": "general",
"tags": [
"general",
"about",
"app"
]
}
]
}
}