{
"advertiserType": "SELLER",
"encryptedAdvertiserId": "A1234ABC890",
"entityId": "ENTITY1234",
"marketplace": "AE",
"recommendationIds": [
"50644397-f143-4375-b907-ffd2c20a076d",
"94ea8af3-36cb-4792-abcf-034db46bbce0"
]
}curl --location 'https://www.amazon.com/ap/oa/partnerOpportunities//apply' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Manager-Account;' \
--header 'Content-Type: application/vnd.partneropportunity.v1+json' \
--data '{
"advertiserType": "SELLER",
"encryptedAdvertiserId": "A1234ABC890",
"entityId": "ENTITY1234",
"marketplace": "AE",
"recommendationIds": [
"50644397-f143-4375-b907-ffd2c20a076d",
"94ea8af3-36cb-4792-abcf-034db46bbce0"
]
}'