Authorization: Bearer ********************
curl --location --request DELETE 'http://127.0.0.1:6810/api/plans/self' \ --header 'Authorization: Bearer <token>'
{ "code": "DELETE_SELF_FLIGHT_PLAN", "message": "成功删除自己的飞行计划", "data": true }