curl --location --request GET 'http://localhost:8080/api/plans' \ --header 'Authorization: Bearer {{jwttoken}}'
{ "code": 0, "message": "string", "data": [ { "id": 0, "plan_name": "string", "start_date": "string", "end_date": "string" } ] }