{
"promptName": "七连八",
"promptText": "Ut dolore magna Lorem ut"
}
curl --location --request POST '127.0.0.1:9000/api/analyze/prompt' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"promptName": "七连八",
"promptText": "Ut dolore magna Lorem ut"
}'
{
"code": "0",
"message": null,
"data": null,
"success": true
}