curl --location -g --request POST 'http:///settings/restore' \ --header 'Content-Type: application/json' \ --data-raw '{ "data": "<Data to Restore, from Backup API>", "password": "<Password for Backup>" }'
{}