After I run this in the
curl -H "Authorization: MySecretAPI" \ "https://api.pexels.com/v1/search?query=people"
How do I use this in my JSON project in this format
$.getJSON(URL, function (data) {...
What should I put for URL, what is the endpoint