Target:
Python
import requests
headers = {
'X-Luckdata-Api-Key': ''
}
json_data={}
response = requests.get(
'/api/sneaker-API/get_4hso?url=https://abcmart.a-rt.com/product?prdtNo=1010104261',
headers=headers,
)
print(response.json())