Getting StartedGet started with the basics of the TMDB API.developer.themoviedb.org 1. 회원가입하기 2. profile > settings들어가기 3.API > requestan API 4.https://developer.themoviedb.org/docs/getting-started 에서 API Reference 에서 Getting Started Pick a language > javascript try it 코드 복사const options = { method: 'GET', headers: { accept: 'application/json', Authorization: 'Bearer~~~~' }};fetch('https:/..