curl --location --request GET '/tags?type'
{
"success": true,
"message": "string",
"response": [
{
"_id": "string",
"name": "string",
"color": "string",
"type": "string"
}
]
}