{
"title": "string",
"content": "string"
}curl --location '/api/v1/system-prompts?id=undefined' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"content": "string"
}'{
"code": 0,
"message": "string",
"data": {
"id": 0,
"title": "string",
"content": "string",
"created_at": 0,
"updated_at": 0
}
}