{
"type": "stores"
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/scraper-admin/debug' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "stores"
}'
{}