GET
method on Profiles resource to list profiles associated with the access token passed in the HTTP Authorization header.curl --location -g --request GET 'https://advertising-api.amazon.com/sd/creatives?adGroupIdFilter={{adGroupId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{access_token}}'
{}