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>"
}'
响应示例响应示例
{}
请求参数
Body 参数application/json
data
string
必需
The data that was returned by the /v1/settings/backup API call
password
string
必需
The password you used in the /v1/settings/backup API call to encrypt the backup data