> For the complete documentation index, see [llms.txt](https://marcosteam.gitbook.io/sspanel-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://marcosteam.gitbook.io/sspanel-api/yong-hu-she-zhi/gong-dan-xi-tong.md).

# 工单系统

## ticket

<mark style="color:green;">`POST`</mark> `/user/ticket`

发送一个新的工单，include cookie。

#### Request Body

| Name     | Type   | Description       |
| -------- | ------ | ----------------- |
| content  | string | 工单内容的 HTML 格式     |
| markdown | string | 工单内容的 Markdown 格式 |
| title    | string | 工单标题              |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}
