curl --location --request PUT '/api/tags/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Featured",
"type": "sint",
"color": "isbjszgrpw"
}'{
"id": null,
"name": "",
"slug": "",
"type": null,
"order_column": null,
"created_at": null,
"updated_at": null
}