import requests headers = { 'X-Luckdata-Api-Key': '' } json_data={} response = requests.get( '/api/instagram-api/profile_info?username=luckproxy', headers=headers, ) print(response.json())