curl --location --request POST 'https://api.302.ai/firecrawl/v2/crawl/params-preview' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://example.com",
"prompt": "Crawl the entire website but exclude /admin and /api"
}'{
"success": true,
"id": "<string>",
"url": "<string>"
}