{
"operatorId": "string",
"userId": "string"
}
curl --location --request POST 'https://open.teambition.com/api/org/member/resignation' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Type;' \
--header 'X-Tenant-Type;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"operatorId": "string",
"userId": "string"
}'
{
"result": {},
"code": 0,
"errorMessage": "string",
"requestId": "string"
}