curl --location --request POST 'https://app.leiga.com/openapi/api/workflow/list/next-state' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"defId": 1,
"stateId": 1
}'
{
"code": "0",
"data": [
{
"stateName": "xxx",
"stateDesc": "xxx",
"stateId": 1,
"stateCategory": 2
}
]
}