curl --location --request GET '/board/list'
{ "code": 0, "msg": "string", "data": [ { "id": 0, "name": "string", "priorityLevel": 0, "description": "string" } ] }