催单

GET /apiv2/requests/{ticket_id}/push.json
调用权限

end user

curl 示例
curl https://{subdomain}.kf5.com/apiv2/requests/{request_id}/push.json \
                        -v -u {email_address}/token:{api_token}
返回示例
Status: 200 OK                        {
                        "error": 0,
                        "message": "催单成功!"
                        }