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