1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
| {
"status": "OK",
"request_id": "e7f8a9b0-7890-1234-0123-222222222222",
"data": {
"country": "US",
"influencer_id": "amzn1.inf.ABC123DEF456",
"influencer_name": "TechReviewPro",
"curations": [
{
"curation_id": "cur-abc123",
"title": "Best Budget Tech Under $25",
"description": "Affordable tech accessories and gadgets that punch above their price point.",
"curation_url": "https://www.amazon.com/shop/techreviewpro/list/cur-abc123",
"thumbnail": "https://m.media-amazon.com/images/S/influencer-curation-image-prod/cur-abc123.jpg",
"num_products": 15,
"created_at": "2026-02-20T09:00:00Z",
"updated_at": "2026-03-08T16:45:00Z"
},
{
"curation_id": "cur-def456",
"title": "Home Office Essentials",
"description": "Everything you need for a productive and comfortable home office setup.",
"curation_url": "https://www.amazon.com/shop/techreviewpro/list/cur-def456",
"thumbnail": "https://m.media-amazon.com/images/S/influencer-curation-image-prod/cur-def456.jpg",
"num_products": 22,
"created_at": "2026-01-15T11:30:00Z",
"updated_at": "2026-03-01T08:20:00Z"
},
{
"curation_id": "cur-ghi789",
"title": "Travel Gear Favorites",
"description": "My go-to travel tech and accessories for every trip.",
"curation_url": "https://www.amazon.com/shop/techreviewpro/list/cur-ghi789",
"thumbnail": "https://m.media-amazon.com/images/S/influencer-curation-image-prod/cur-ghi789.jpg",
"num_products": 18,
"created_at": "2025-12-10T14:00:00Z",
"updated_at": "2026-02-25T12:10:00Z"
}
]
}
}
|