Authorization: Bearer ********************
{
"id": "string",
"customName": "string",
"nameColor": "string",
"textColor": "string",
"description": "string"
}
curl --location --request POST '/api/ColoredChat' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"customName": "string",
"nameColor": "string",
"textColor": "string",
"description": "string"
}'
{}