Target:
Python
import requests
headers = {
'X-Luckdata-Api-Key': ''
}
json_data={}
response = requests.get(
'/api/yahu-financials/wjbchky2ls76?count=16&offset=0&sort_by=newest&messageBoardId=finmb_24937',
headers=headers,
)
print(response.json())