curl --location --request POST 'https://open.feishu.cn/open-apis/sheets/v2/spreadsheets//condition_formats/batch_create' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"sheet_condition_formats": [
{
"sheet_id": "40a7b0",
"condition_format": {
"ranges": [
"40a7b0!C3:C3"
],
"rule_type": "timePeriod",
"attrs": [
{
"operator": "is",
"time_period": "today",
"formula": [],
"text": ""
}
],
"style": {
"font": {
"bold": true,
"italic": true
},
"fore_color": "#faf1d1",
"back_color": "#d9f5d6",
"text_decoration": 3
}
}
}
]
}'