api_key: ********************X-Api-Key: ********************{
"tag_id": 1,
"remove": false
}curl --location --request POST 'https://app.sellerassistant.app/api/v1/sa/inventory/products//tags?api_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tag_id": 1,
"remove": false
}'{
"message": "Tag assignment updated successfully"
}