{}
curl --location --request GET 'https://advertising-api.amazon.com/sb/targets/categories?supplySource=AMAZON' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{}