curl -i https://mikuji.mid-air.ai/fortune \
-G -d "name=Tanaka" \
-d "question=should+I+launch+this+week"
curl https://mikuji.mid-air.ai/fortune \
-G -d "name=Tanaka" \
-d "question=should+I+launch+this+week" \
-H "X-Payment: 0xabc...def"
{
"yokai": "Inari",
"level": "大吉",
"level_en": "Great Fortune",
"wisdom": "The fox god of abundance walks where gratitude has been planted...",
"lucky_color": "#FF8C00",
"lucky_number": 5,
"payment_verified": true,
"network": "base",
"timestamp": "2026-03-08T12:00:00Z"
}