curl --request POST \
--url http://localhost:3000/v1/scrapers/bulk/enable \
--header 'Content-Type: application/json' \
--data '
{
"retailer_codes": [
"<string>"
]
}
'{
"success": true,
"message": "<string>",
"updated": [
"<unknown>"
]
}Enable multiple scrapers at once.
curl --request POST \
--url http://localhost:3000/v1/scrapers/bulk/enable \
--header 'Content-Type: application/json' \
--data '
{
"retailer_codes": [
"<string>"
]
}
'{
"success": true,
"message": "<string>",
"updated": [
"<unknown>"
]
}