/api/v1/profile/:usernameReturns public profile data including display name, bio, avatar, banner, publish status, view count, and all profile blocks.
curl https://fraudify.me/api/v1/profile/johndoe \ -H "x-api-key: fraudify_live_..."
{"ok": true,"profile": {"username": "johndoe","displayName": "John Doe","bio": "hello world","avatarPath": "/uploads/abc.jpg","bannerPath": null,"isPublished": true,"viewCount": 1234,"blocks": [{ "type": "LINK_BUTTON", "data": {} }]}}