Authorization: Bearer ********************
{
"isDeactivate": true
}
curl --location --request PATCH 'https://api.upbooks.io/api/v1/organization//deactive' \
--header 'ORGANIZATION-ID: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"isDeactivate": true
}'