Authorization: Bearer ********************
curl --location --request GET 'https://example.com/tags_favorite'
{
"list": [
{
"tag": "a",
"updated_at": "10 days ago"
},
{
"tag": "b",
"updated_at": "100 days ago"
},
{
"tag": "c",
"updated_at": "1000 days ago"
}
]
}