アクセストークンを使った認証方法と更新の流れを整理します。
Authorization: Bearer <access_token>
curl -X POST "https://api.sanka.com/api/token/refresh/" \ -H "Content-Type: application/json" \ -d '{ "refresh": "<refresh_token>" }'