curl --location --request POST 'https://oteapi.webnic.cc/domain/v2/resend-verification-email?domainName=testest99.com' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"recipient": "admin@domainname.com"
}
}