Target:
Python
import requests
headers = {
"Content-Type": "text/plain",
'X-Luckdata-Api-Key': ''
}
json_data={}
response = requests.get(
'/api/yahu-financials/xuzi9cdstlnp?region=US&category=generalnews&start_uuid=',
headers=headers,
)
print(response.json())