Get to know the supported response format in TMDB
callback
curl --request GET \ --url 'https://api.themoviedb.org/3/search/movie?query=Batman&callback=test' \ --header 'Authorization: Bearer ACCESS_TOKEN' \ --header 'accept: application/json'