{
"group": {
"enabled": true,
"projects": [
"string"
],
"roles": [
"string"
]
}
}curl --location --request POST 'https://example.com:30888/groups//join' \
--header 'Content-Type: application/json' \
--data-raw '{
"group": {
"enabled": true,
"projects": [
"string"
],
"roles": [
"string"
]
}
}'{}