Authorization: Bearer ********************{
"isActive": true
}curl --location --request PATCH 'https://api.upbooks.io/api/v1/user//organization/update-active' \
--header 'ORGANIZATION-ID: 00000' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"isActive": true
}'{
"data": null,
"message": "string"
}