Laravel.io
$this->json('GET', route('cards.getMy'))
            ->seeJsonStructure([
                         '*' => [
                               "id",
                        "creator_id",
                        "client_id",
                        "status",
                        "inqueries": [
                        "*"=>[
                        "id",
                        "card_id",
                        "created_at",
                        "updated_at",
                        "deleted_at",
                        "answers": [
                        "*"=>[
                            "id": 452,
                            "inquery_id": 95,
                            "created_at": "2017-04-06 12:35:45",
                            "updated_at": "2017-04-06 12:35:45",
                            "deleted_at": null
                        ]
                                        ]
                                ]
                        ]
            ]);

Please note that all pasted data is publicly available.