Authorization: Bearer ********************
curl --location --request GET '/api/ColoredChat' \
--header 'Authorization: Bearer <token>'
[
{
"id": "string",
"createdAt": "2019-08-24T14:15:22Z",
"customName": "string",
"nameColor": "string",
"textColor": "string",
"description": "string"
}
]