curl --location --request POST 'http://test-apisix.taolihanyu.net/question/question/content/add' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}},'\''userType'\'':,'\''campusId'\'':}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'a-version: 4.14.0' \
--header 'a-language: zh' \
--header 'ostype: ios' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"remark": "string",
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"id": 0,
"questionId": 0,
"type": 0,
"configureId": 0,
"configureItemId": 0,
"itemStructureId": 0,
"serialNumber": "string",
"relationTypeId": 0,
"attributeId": 0
}
]'