curl --request POST \
--url https://api.gologin.com/tags/addToProfiles \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"color": "<string>",
"browserIds": [
"<string>"
],
"field": "tags",
"workspace": "<string>"
}
'