Target:
Python
import requests
headers = {
'X-Luckdata-Api-Key': ''
}
json_data={}
response = requests.get(
'/api/sneaker-API/get_wi2g?url=https://www.abc-mart.net/shop/g/g6694520001048/',
headers=headers,
)
print(response.json())