Update

POST /action-plan/performer-prompt
application/json

Body Required

POST /action-plan/performer-prompt
curl \
 --request POST 'http://close-service:8082/action-plan/performer-prompt' \
 --header "Content-Type: application/json" \
 --data '{"taskNumber":"string","questionNumber":42,"response":"string","period":"string"}'
Request examples
{
  "taskNumber": "string",
  "questionNumber": 42,
  "response": "string",
  "period": "string"
}