Target:
Python
import requests
headers = {
'X-Luckdata-Api-Key': ''
}
json_data={}
response = requests.get(
'/api/walmart-api/7bshNiI26GK6?url=https://www.walmart.com/browse/home/dorm-decor/4044_1225301_1225229_7471338',
headers=headers,
)
print(response.json())