Authorization: Bearer ********************
curl --location --request GET '/tag/find/1'
{
"code": 0,
"data": {
"id": 0,
"name": "string",
"color": "string",
"created_at": "string",
"updated_at": "string",
"deleted_at": null
},
"message": "string"
}