Authorization: Bearer ********************{
"tag_ids": [
2,
1
]
}curl --location 'https://app.emooai.com/open-api/v1/work_item/tags/order' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tag_ids": [
2,
1
]
}'{
"code": 200,
"message": "success",
"data": [
{
"id": 0,
"name": "string",
"color": "string",
"order": 0
}
]
}