curl --request POST \
--url http://localhost:8080/backups/restore/{filename} \
--header 'Content-Type: application/json' \
--data '
{
"clear_existing": false
}
'{
"success": true,
"message": "<string>",
"tables_restored": 123,
"records_restored": 123
}curl --request POST \
--url http://localhost:8080/backups/restore/{filename} \
--header 'Content-Type: application/json' \
--data '
{
"clear_existing": false
}
'{
"success": true,
"message": "<string>",
"tables_restored": 123,
"records_restored": 123
}