{
"group": {
"project_roles": [
{
"project": "string",
"role": "string"
}
]
}
}
curl --location --request POST 'https://example.com:30888/groups//leave' \
--header 'Content-Type: application/json' \
--data-raw '{
"group": {
"project_roles": [
{
"project": "string",
"role": "string"
}
]
}
}'
{}