# Function description

Add free text type material

# Request

# Request example

POST /materialNew/addFreeWord HTTPS
Host: <host>
Content-Type: application/json 
Authorization: <AuthString>

# Request Parameters

none

# Request Headers

Name Description Type Mandatory
Authorization User token information string yes

# Request Body

The request body is a json string, for example:

{
  "originUuid": "asdfasdfdasfasdfdasfasdfasdf",
  "uuid": "0A976108-04DB-4B36-8888-F615DB96ADB7",
  "defaultRichTextImageUrl": "aaaaaaaa",
  "defaultRichTextHtmlUrl": "bbbbbbbb"
}

# Response

# Response Header

No special response header

# Response Body

{
  "code": 0,
  "message": "",
  "data": null
}