Resends the welcome email for the order.
GET
/domains/{id}/welcome_email
curl \
--request GET 'https://my.interserver.net/apiv2/domains/{id}/welcome_email' \
--header "X-API-KEY: $API_KEY"
Response examples (200)
{
"text": "Ok",
"success": true
}
Response examples (401)
{
"code": "string",
"message": "string"
}