curl --request POST \
--url https://api.pingmee.co.il/conversation/tags \
--header 'Content-Type: application/json' \
--header 'Cookie: <api-key>' \
--header 'x-api-key: <api-key>' \
--data '
{
"id": "<string>",
"title": "<string>",
"color": "<string>",
"associatedTo": "<string>"
}
'