查看自己的信息

GET /apiv2/users/me.json
调用权限

all

curl 示例
curl https://{subdomain}.kf5.com/apiv2/users/me.json \
  -v -u {email_address}:{password}
返回示例
Status: 200{
  "user": {
    "id":   523,
    "name": "myname",
    ...  }}