The wiki details API route[1] controller method response [2] needs some extension so we can show the data in the frontend
ACs:
- the response includes the most recently stored WikiProfile [3] data of the wiki
[1] https://github.com/wbstack/api/blob/main/routes/api.php#L42
[2] https://github.com/wbstack/api/blob/main/app/Http/Controllers/WikiController.php#L234
[3] https://github.com/wbstack/api/blob/main/app/WikiProfile.php
PRs: