List Posts
Endpoint: GET /posts
Returns posts ordered by created_at DESC.
Response
Each item includes:
- Post fields from
posts post_targetsrelation with per-target status and error details
Notes
- Scope is the authenticated user (
created_by = request.userId). - No pagination is currently applied by the route.