curl --request POST \
--url https://api.skulabs.com/item/add_tag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"item_ids": [
"<string>"
],
"tag_id": "<string>"
}
'/item/add_tag
curl --request POST \
--url https://api.skulabs.com/item/add_tag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"item_ids": [
"<string>"
],
"tag_id": "<string>"
}
'