import requests headers = { 'X-Luckdata-Api-Key': '' } json_data={} response = requests.get( '/api/Instagram-API/17tyzh43dizt?page=1&country_code=us', headers=headers, ) print(response.json())