{
"recommendationIds": [
"string"
]
}curl --location 'https://www.amazon.com/ap/oa/recommendations/apply' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Content-Type: application/vnd.applyRecommendationsRequest.v1+json' \
--data '{
"recommendationIds": [
"string"
]
}'{}