Authorization: Bearer ********************
curl --location 'http://probill.local/api/task/cancel?id=20004' \ --header 'Authorization: Bearer <token>' \ --form 'id="示例ID"' \ --form 'task_id="任务ID"'
{}