Marks an FTUE tour as completed for the caller.
POST/profile/ftue/complete
Idempotent — if the tour key is already in the user's set, returns 200 without re-writing. Returns the full updated array so the FE doesn't need a separate /profile refresh.
Request
Responses
- 200
- 401
- 403
OK
Unauthorized - missing or invalid credentials.
Forbidden - authenticated but missing required role or policy.