curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v2/vision-ai/scraper \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"csv": {}
}'curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v2/vision-ai/scraper \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"csv": {}
}'