Authorization: Bearer ********************{
"name": "RAG测试Space",
"description": "此Space用于RAG测试"
}curl --location --request POST 'http://localhost:8080/api/spaces' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "RAG测试Space",
"description": "此Space用于RAG测试"
}'{
"code": 0,
"message": "string"
}