200 - data contains name, slug, card_type, image_url, upright_meaning, reversed_meaning, sort_order.404 - card not foundcurl --location 'https://uat-api.hastaai.in/api/v1/tarot/cards/'{
"success": true,
"message": "Success",
"data": {
"name": "The Fool",
"slug": "the-fool",
"card_type": "major",
"image_url": "https://cdn.hastaai.in/tarot/the-fool.jpg",
"upright_meaning": "New beginnings, innocence, spontaneity.",
"reversed_meaning": "Recklessness, taken advantage of, inconsideration.",
"description": "The Fool is about fresh starts and taking a leap of faith.",
"upright_description": "A joyful new chapter is opening - step into it with an open heart.",
"reversed_description": "A nudge to look before you leap; a little planning now saves trouble later.",
"sort_order": 1
}
}