Hello,
While playing around with the Miro API, I noticed some rather strange behavior in the response for the mind map part of the API. The problem is with the color returned.
How to reproduce the bug:
Change the color of a node that has no shape !!
As shown on the screen here, the color returned by the API endpoint https://api.miro.com/v2-experimental/boards/:board_id/mindmap_nodes/:item_id returns the wrong color.

After several tests here, I found a way to get around it, but it's not very practical. It involves applying the color of your choice to the node, then applying a shape, and it seems that when you apply a shape to the node, the color update takes place.

