curl --location --request POST 'https://oteapi.webnic.cc/domain/v2/restore' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domainName": "bellotesting7.com",
"agreeRestorePolicy": true
}'{
"code": "1000",
"message": "Command completed successfully."
}