{
"name": "提示词名字2",
"content": "提示词内容2",
"tagList": [
"提示词标签21",
"提示词标签22",
"提示词标签23"
],
// 提示词是否上架
"selling": 0
}
curl --location --request POST 'http://172.20.238.8:48806/ai-portal/prompt/add' \
--header 'Authorization: debug userId=19645' \
--header 'tenantId: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "提示词名字2",
"content": "提示词内容2",
"tagList": [
"提示词标签21",
"提示词标签22",
"提示词标签23"
],
// 提示词是否上架
"selling": 0
}'
{}