我正在尝试使用Codewars API,并希望例如“培训下一个代码挑战”。根据此处的说明:https://dev.codewars.com/#post-train-next-code-challenge
使用curl "https://www.codewars.com/api/v1/code-challenges/javascript/train" -X POST -H "Authorization: my-access-token" -d "strategy=random"
给出
{"success":false,"reason":"unauthorized"}
但是,我的令牌是正确的。我错过了什么?