{
"StepCount": 0,
"Wxid": "string"
}
curl --location --request POST '/SetStep' \
--header 'Content-Type: application/json' \
--data-raw '{
"StepCount": 0,
"Wxid": "string"
}'
{
"Code": 0,
"Data": null,
"Message": "string",
"Success": true
}