package dto type WAProfileRequest struct { Phone string `url:"phone" validate:"required,e164"` }