curl --location --request POST 'https://api.artemisads.com/openapi/publisher/v1/associate/tags' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"marketplace": "string",
"tags": [
"string"
]
}'{
"successCount": 0,
"failureCount": 0,
"failedTags": [
""
]
}