Really inexperienced and need a pure javascript api request. Any idea how to convert this cURL request to jquery ajax?
curl --get --include 'https://igdbcom-internet-game-database-v1.p.mashape.com/characters/?fields=*&limit=10' \
-H 'X-Mashape-Key: DFGqKmjjWB********************4WVDjsnvStEw2yMsBIo' \
-H 'Accept: application/json'
Thanks in advance!