Target:
Python
import requests
headers = {
"Content-Type": "text/plain",
'X-Luckdata-Api-Key': ''
}
json_data={}
response = requests.get(
'/api/yahu-financials/4t4jbotgu79n?uuid=9803606d-a324-3864-83a8-2bd621e6ccbd®ion=US',
headers=headers,
)
print(response.json())