{
"schedule_id": 257580790645249
}
curl --location --request POST 'http://prod-cn.your-api-server.com/schedule/disable' \
--header 'Content-Type: application/json' \
--data-raw '{
"schedule_id": 257580790645249
}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
}
}