{
"name": "string",
"scope": "string",
"userId": "string"
}
curl --location --request POST 'https://aa-hub.ddregion.com/api/v1/material_group/create?token' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"scope": "string",
"userId": "string"
}'
{
"errcode": "string",
"errmsg": "string",
"data": {
"id": "string",
"name": "string",
"scope": "string",
"userid": "string"
}
}