curl --request POST \
--url https://api.skulabs.com/tag/add \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"type": "orders",
"color": "<string>"
}
'Creates a new tag
curl --request POST \
--url https://api.skulabs.com/tag/add \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"type": "orders",
"color": "<string>"
}
'