Authorization: Bearer ********************
curl --location --request DELETE 'http://127.0.0.1:6810/api/activities/1/pilots' \ --header 'Authorization: Bearer <token>'
{ "code": "UNSIGNED_ACTIVITY", "message": "取消报名成功", "data": true }