Target:
Python
import requests
headers = {
'X-Luckdata-Api-Key': ''
}
json_data={}
response = requests.get(
'/api/Instagram-API/1iq6nl5udt5w?query=https://www.instagram.com/p/CqIbCzYMi5C/',
headers=headers,
)
print(response.json())