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