Authorization: Bearer ********************
curl --location --request PUT 'http://localhost:8080/api/spaces/4?name=空间4&description=修改空间4描述' \ --header 'Authorization: Bearer <token>'
{ "code": 0, "message": "string" }