curl --request POST \
--url https://api.webtranspose.com/v1/crawl/set-allowed \
--header 'Content-Type: application/json' \
--data '{
"crawl_id": "<string>",
"allowed_urls": []
}'
curl --request POST \
--url https://api.webtranspose.com/v1/crawl/set-allowed \
--header 'Content-Type: application/json' \
--data '{
"crawl_id": "<string>",
"allowed_urls": []
}'
Successful operation