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