Authorization: Bearer ********************
{ "name": "golang板块", "description": "golang学习..." }
curl --location --request POST 'http://localhost:9999/api/plate/create' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "golang板块", "description": "golang学习..." }'
{}