curl --location --request POST 'https://data.api.attribuly.com/v2-4-2/api/get/product-analysis/cause-event/list-sum' \
--header 'ApiKey: 15xvome1000dh5vsow9geg7110yi43zd' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_date": "2025-05-15",
"end_date": "2025-05-21",
"product_id": "7893679407317"
}'{
"code": 1,
"message": "Service succeed",
"data": {
"conversions": 31,
"conversion_value": 485.74,
"spend": 1262.26,
"cpa": 2.59,
"roas": 0.38
}
}