{
"clientId": "string",
"scopes": [
"string"
],
"description": "string"
}
curl --location --request POST '/blackHole3D/basic/customAuth/create' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "string",
"scopes": [
"string"
],
"description": "string"
}'
{
"isSuccess": true,
"errMsg": "string",
"clientId": "string",
"secretKey": "string"
}