Target:
Python
import requests
headers = {
'X-Luckdata-Api-Key': ''
}
json_data={}
response = requests.get(
'/api/douyin-api/5QiMaolKhlqx?count=10&max_cursor=0&user_sec_uid=MS4wLjABAAAAPCnTQLqza4Xqu-uO7KZHcKuILkO7RRz2oapyOC04AQ0',
headers=headers,
)
print(response.json())