{
"data": {
"fsName": "string",
"user": "string",
"volumeGroup": "string"
}
}
curl --location --request POST 'http://localhost:8080/api/v1/cephfsTbl/createUser' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"fsName": "string",
"user": "string",
"volumeGroup": "string"
}
}'
{
"content": {
"resources": [
{
"key": "string"
}
]
},
"errorCode": "string",
"errorMsg": "string",
"msg": "string",
"success": true
}