curl --location --request GET 'https://tmdemo.tmse.com.cn/admin/diy/getStyleData?type' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJjaGFubmVsIjoiMSIsImlzcyI6InRtZGVtby50bXNlLmNvbS5jbiIsImF1ZCI6InRtZGVtby50bXNlLmNvbS5jbiIsImlhdCI6MTcyMzQ2NjMyNCwibmJmIjoxNzIzNDY2MzI0LCJleHAiOjE3MjM1MjAzMjQsImp0aSI6eyJpZCI6MSwidHlwZSI6ImFkbWluIiwiZXhwIjo1NDAwMH19.0ToDqLzkzWUDrigx4qV3uF9lV6RPHck8DjJ-OUDG2xs'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"type": 0,
"name": "string",
"data": {
"index": 0,
"name": "string",
"color": "string",
"identify": "string"
},
"update_time": 0,
"info": [
{
"name": "string",
"color": "string",
"identify": "string",
"image_url": "string"
}
]
}
}