{
"style": {
"defaultColor": "string",
"selectedColor": "string"
},
"list": [
{
"name": "string",
"selected": "string",
"unselected": "string",
"link": "string"
}
]
}curl --location --request POST '/adminapi/decorate.tabbar/save' \
--header 'token: {{'\''38a327e6732714e2a48e0b5d3038b2cc'\''}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"style": {
"defaultColor": "string",
"selectedColor": "string"
},
"list": [
{
"name": "string",
"selected": "string",
"unselected": "string",
"link": "string"
}
]
}'{}