curl --location -g --request GET 'https://advertising-api.amazon.com/v2/hsa/snapshots/{{snapshotId}}/download' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: text/plain' \
--data-raw ''
[
{
"keywordId": 144170583660124565,
"adGroupId": 144264190545297733,
"campaignId": 144208510156081379,
"keywordText": "rca cable 1637073832215",
"matchType": "BROAD",
"state": "enabled",
"bid": 10
},
{
"keywordId": 144373194309380055,
"adGroupId": 144293551014439430,
"campaignId": 144128442807713382,
"keywordText": "dixon ticonderoga 2 pencils",
"matchType": "EXACT",
"state": "enabled",
"bid": 0.25
},
{
"keywordId": 144371828007013213,
"adGroupId": 144332287029303025,
"campaignId": 144174946579612496,
"keywordText": "rca cable 1637678068990",
"matchType": "BROAD",
"state": "enabled",
"bid": 10
}
]