import requests headers = { 'X-Luckdata-Api-Key': '' } json_data={} response = requests.get( '/api/Instagram-API/uo51kd0596ro?username=abdallhdev', headers=headers, ) print(response.json())