curl --location --request GET 'http://localhost:3000/api/petcards'
{ "success": true, "data": [ { "id": 0, "name": "string" } ], "count": 0, "timestamp": "string" }