curl --request GET \
--url https://proxy.innk.cc/api/user/self \
--header 'Authorization: Bearer <token>'curl --request GET \
--url https://proxy.innk.cc/api/user/self \
--header 'Authorization: Bearer <token>'身份验证标头格式为 Bearer <API_KEY>,其中 <API_KEY> 是您的API令牌。
Was this page helpful?