{
"type": 1,
"prompt": "科技改变生活",
"cover_id": "",
"title": "",
"catalogs": [
""
]
}
curl --location --request POST '/api/ppt/submit' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 1,
"prompt": "科技改变生活",
"cover_id": "",
"title": "",
"catalogs": [
""
]
}'
{"code":1,"show":0,"msg":"","data":{"record_id":6}}