Create a new feedback.
func (
r *FeedbackService) New(ctx context.Context,
body FeedbackNewParams,
opts ...option.RequestOption) (res *FeedbackSchema,
err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
body* | FeedbackNewParams | |
opts* | ...option.RequestOption |