SET_FIELDSET_YNAB_FIELDSET_LUNCH_MONEY_FIELDAuthorization: Bearer ********************Authorization: Bearer ********************curl --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": [
"string",
"string",
"string"
]
}
}