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