The UI check is client-side only. Call the upvote endpoint directly on one of your own post IDs. The server doesn't validate post ownership.
Command / Input
POST /api/posts/YOUR_POST_ID/vote
{"direction":"up"}
Output
{"karma":101}
⚑ No error — the server accepted the self-vote. Repeat to inflate karma further.