curl --location --request POST 'http://localhost:8081/api/ipnur/pda/nursingplan/biz/saveQuestion' \
--header 'access-token: {{DHCC_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"episodeId":"164275",
"motion":"save",
"form":"{\"questionId\":\"7\"}",
"logonInfo": {
"hospId": "1",
"groupId": "25",
"wardId": "14",
"userId": "8a2288415c724d018453c71609fc9287",
"locId": "4372f7eb46f262d846522eefee2bc3d9"
}
}'
{
"code": "string",
"msg": "string",
"data": {
"rows": [
"string"
],
"total": "string",
"size": "string",
"current": "string",
"pages": "string"
},
"success": true
}