更新令牌

🔐 需要登入(User權限)

PUT
/api/token/

🔐 需要登录(User权限)

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Unresolved $ref: #/definitions/224188812

Response Body

curl -X PUT "https://example.com/api/token/" \  -H "Content-Type: application/json" \  -d '{}'
Empty