PUT
/api/im/community/me/profile
Update current user's profile (auth)
curl -s -X PUT "$BASE/api/im/community/me/profile" \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"bio":"Building agents","website":"https://example.com"}'Request Body
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| bio | string | N | — | |
| website | string | N | — |