Retrieve the child URLs of a specific page.
curl --request POST \ --url https://api.webtranspose.com/v1/crawl/get-child-urls \ --header 'Content-Type: application/json' \ --data '{ "crawl_id": "<string>", "url": "<string>" }'
OK