{
"members": [
{
"type": "organization",
"organizationId": 1,
"accountId": 0
},
{
"type": "account",
"organizationId": 0,
"accountId": 1
}
]
}
curl --location --request PUT 'http://localhost:8080/api/v1/group//access-member' \
--header 'Content-Type: application/json' \
--data-raw '{
"members": [
{
"type": "organization",
"organizationId": 1,
"accountId": 0
},
{
"type": "account",
"organizationId": 0,
"accountId": 1
}
]
}'
{}