curl --location --request GET 'https://api.artemisads.com/openapi/publisher/v1/deals?marketplace=amazon.com&start=2025-01-01T08:00:00.000Z&end=2025-05-31T08:00:00.000Z&asins=B08N5WRWNW,B07H8QMZPX&productIds=aa_86Rf07xd4ztfA13R,aa_42Bc03kl8mnxZ56T&limit=100&cursor=86Rf07xd4ztfA2ztfA' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
{
"deals": [
{
"type": "",
"productId": "",
"asin": "",
"productTitle": "",
"startDate": "",
"endDate": "",
"fullPrice": 0.0,
"finalPrice": 0.0,
"currency": "",
"discountPercentage": 0.0,
"status": "",
"promoCode": ""
}
],
"cursor": ""
}