curl --location --request PUT 'http://api.cephisso.dev/ords/cephisso_system/v1//quickbooks-accounts/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_alias": "string",
"account_sub_type": "string",
"account_type": "string",
"acct_num": "string",
"active": "string",
"cephisso_platform_accounts_id": "string",
"classification": "string",
"currency_ref": "string",
"current_balance_with_sub_accounts": "string",
"current_balance": "string",
"data_lineage": "string",
"description": "string",
"fully_qualified_name": "string",
"metadata": "string",
"name": "string",
"quickbooks_metadata": "string",
"quickbooks_realms_id": "string",
"reference_type": "string",
"source_id": "string",
"sync_token": "string",
"tax_code_ref": "string",
"transaction_location_type": "string",
"udfs": "string"
}'