200 - data.cards[] (each: name, slug, card_type, image_url, upright_meaning, reversed_meaning, sort_order) plus data.total.curl --location '/api/v1/tarot/cards'{
"success": true,
"message": "Success",
"data": {
"cards": [
{
"name": "The Fool",
"slug": "the-fool",
"card_type": "major",
"image_url": "https://images.hastaai.in/\n tarot_images/the_fool.png",
"upright_meaning": "New beginnings, innocence, adventure",
"reversed_meaning": "Recklessness, risk, lack of direction",
"sort_order": 1
}
],
"total": 22
}
}