Authorization: ********************{
"name": "string",
"color": "#3B82F6"
}curl --location '/tags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"color": "#3B82F6"
}'{
"success": true,
"message": "string",
"data": {},
"timestamp": "2019-08-24T14:15:22.123Z"
}