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