curl "https://api.brightdata.com/dca/get_result?response_id=ID_RESPONSE" \
    -H "Authorization: Bearer API_TOKEN"
{
    "input": {
        "url": "https://targetwebsite.com/product_id/"
    },
    "line_1": "Lorem ipsum dolor sit amet",  
    "line_2": "consectetur adipisicing elit"
}

API endpoint: GET /dca/get_result?response_id={ID_RESPONSE}

response_id
string
required

A unique identification of response

Authorization
string
required

Authorization Bearer Key -H "Authorization: Bearer API_TOKEN"