REQUEST
POST /answer HTTP/1.1
Host: answers.example.com
Content-Type: application/json
{
"query": "Can I return swimwear without a receipt?"
}
WHAT COMES BACK
{
"answer": "Yes. Swimwear can be returned within 30 days of purchase as long as it is unworn and the hygiene liner is intact. Without a receipt, store credit can be issued at the current selling price with a valid ID.",
"sources": [
{
"title": "Returns & Exchanges",
"url": "https://shop.example.com/help/returns"
},
{
"title": "Swimwear Return Policy",
"url": "https://shop.example.com/help/swimwear"
}
]
}