curl --request POST \
--url https://api.waterfall.host/v1/game/backups/{serverId}/{backupId}/restore \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"truncate": false
}
'curl --request POST \
--url https://api.waterfall.host/v1/game/backups/{serverId}/{backupId}/restore \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"truncate": false
}
'