import requests headers = { 'X-Luckdata-Api-Key': '' } json_data={} response = requests.get( '/api/sneaker-API/get_y8ox?url=https://www.musinsa.com/products/4526933', headers=headers, ) print(response.json())