{
"database": true,
"fileServer": true,
"html": false
}
curl --location --request POST '/db-backup/restore?id' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"database": true,
"fileServer": true,
"html": false
}'
{
"id": "5cceba2cc7157e23ae172c28"
}