{
"signed_desc": "string",
"rows": [
{
"latest_id": "string",
"callback_path": "string"
}
]
}
curl --location --request POST '/openapi/ticket/cancelApply' \
--header 'Content-Type: application/json' \
--data-raw '{
"signed_desc": "string",
"rows": [
{
"latest_id": "string",
"callback_path": "string"
}
]
}'
{
"code": 0,
"msg": "string",
"data": "string",
"success": true
}