{
"brandIds": [
"string"
]
}curl --location 'https://www.amazon.com/ap/oa/adsApi/v1/retrieve/brands' \
--header 'Content-Type: application/json' \
--data '{
"brandIds": [
"string"
]
}'{
"error": [
{
"errors": [
{
"code": "string",
"details": "string"
}
],
"index": 0
}
],
"success": [
{
"brand": {
"id": "string",
"name": "string"
},
"index": 0
}
]
}