Endpoint to create a new scraper.
curl --request POST \ --url https://api.webtranspose.com/v1/scraper/create \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "schema": {}, "proxy": false, "render_js": false }'
Scraper successfully created.