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