curl --request POST \
--url https://api.steamsets.com/v1/badge.tagBadge \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"badgeId": "<string>",
"colors": [
{
"id": "<string>",
"remove": true
}
],
"designs": [
{
"id": "<string>",
"name": "<string>",
"remove": true
}
]
}
'