MeProfile

字段

字段名 类型 格式 是否必填
id integer 必填
email string email 必填
name string 必填
role string 必填
status integer 必填
locale string 必填
bio string | null
avatarUrl string | null uri
createdAt string | null date-time

示例 JSON

{
    "id": 0,
    "email": "user@example.com",
    "name": "string",
    "role": "string",
    "status": 0,
    "locale": "string",
    "bio": "string",
    "avatarUrl": "https://example.com/",
    "createdAt": "2026-01-01T00:00:00+00:00"
}