curl --request POST \
--url https://api.surefeedback.com/api/v1/boards/labels \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"color": "<string>",
"icon_name": "<string>",
"description": "<string>"
}
'