curl --request POST \
--url https://api.webscraping.titannet.io/api/v1/tasks/{id}/preview \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"urls": [
"<string>"
],
"proxy_locations": [
"<string>"
]
}
'