[[Authorizationヘッダー]]で`Bearer ...`を指定する。 ```ts await fetch(url, { headers: { authorization: `Bearer ${token}`, }, }); ```