curl --location --request PUT 'https://api.synci.io/api/v1/transfer-logs/undo-bulk' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"transfer_log_ids": [
0
]
}'{
"message": "Bulk undo completed.",
"data": {
"results": [
"string",
"string",
"string"
]
}
}