curl --location --request PUT 'https://api.thinkeo.io/v1/attributes/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": null,
"description": null,
"icon": null,
"color": "string",
"values": {
"toAdd": [],
"toUpdate": {},
"toRemove": []
},
"status": "active"
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"teamId": "a4ede8ba-7c0a-4485-8763-cbd9b282fbec",
"name": "string",
"description": "string",
"kind": "date",
"icon": "string",
"color": "string",
"archivedAt": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"allowedValues": [
"string"
]
}