curl --location --request PATCH 'https://dev-api.elefin.id/backoffice/entity/371bf656-3499-4514-bed2-53f8c26804b4' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"entity_code": "JAMES",
"commission": "3.00",
"commission_payment_method_id": 1,
"taxable_entrepreneur": true,
"price_include_tax": true
}'{}