{
"startDate": "string",
"endDate": "string"
}
curl --location --request POST '/api/NboaWork/changePlanDate?formKey&msgid' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "string",
"endDate": "string"
}'
{
"errcode": "string",
"errmsg": "string"
}