• Sends canvas data to a specified endpoint using a POST request.

    Parameters

    • data: any

      The data to be sent to the canvas endpoint.

    • Optional apiPathOverride: string

    Returns Promise<void>

    A promise that resolves when the data has been successfully sent.