SET_FIELDSET_YNAB_FIELDSET_LUNCH_MONEY_FIELDcurl --location --request PUT 'https://api.synci.io/api/v1/rule-logs/undo-bulk' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ruleLogIds": [
0
]
}'{
"message": "Bulk undo completed.",
"data": {
"results": [
{
"rule_log_id": "string",
"success": true,
"message": "string",
"data": "string",
"error": "string"
}
]
}
}