Authorization: Bearer ********************
{
"members": [
"string"
]
}
curl --location -g --request DELETE 'https://..authok.cn/api/v1/organizations//members' \
--header 'Content-Type: application/json' \
--data-raw '{
"members": [
"string"
]
}'
{}