200 - data contains card_name, slug, image_url, orientation (upright/reversed), meaning.401 - expired/invalid token | 406 - missing/revoked token | 404 - user not foundAuthorization: Bearer ********************curl --location 'https://uat-api.hastaai.in/api/v1/tarot/daily' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Success",
"data": {
"card_name": "The Star",
"slug": "the-star",
"image_url": "https://cdn.hastaai.in/tarot/the-star.jpg",
"orientation": "upright",
"meaning": "Hope, faith, rejuvenation.",
"description": "The Star is all about renewed hope after a hard time.",
"explanation": "Drawn upright, it's a gentle sign to keep faith - healing and fresh optimism are on the way."
}
}