{
"orgId": "string",
"status": true
}
curl --location --request POST '/api/organization/switchEditPermission' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgId": "string",
"status": true
}'
{
"code": "string",
"message": "string"
}