Wrap in OkResponse (200) — Spatie Data's default would set 201 for POST, but the SPA contract here is "post-mutation status read" (idempotent re-read), so 200 OK is the correct semantic.
OK