# Create PreviewShare

Create a shareable link to an email preview test.

Endpoint: POST /v1/preview/sharing
Version: 1.0.0
Security: basicAuth

## Request fields (application/json):

  - `test_id` (string, required)

## Response 200 fields (application/json):

  - `message` (string, required)
    Response message

## Response 500 fields (application/json):

  - `message` (string, required)
    Response message

## Response default fields (application/json):

  - `Reason` (string, required)


