app/controllers/api/wellness_days.php (6 lines of code) (raw):

<?php declare(strict_types=1); use ReleaseInsights\{Json, Model}; new Json( new Model('api_wellness_days')->get() )->render();