I want to get plugin data for nodes and styles in Figma files in the REST API. I know that GET /v1/files/:key
can fetch plugin data for nodes using the plugin_data
query but it seems the response doesn’t contain plugin data for text/color styles.
Is there a way to get plugin data for color/text styles?