code must be numeric and unique across all accounts and categories. Server-managed fields (totals, timestamps, ancestor category chain) are set automatically.curl --location --globoff 'https://.daftara.com/api2/journal_accounts' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data '{"JournalAccount": {"journal_cat_id": 17, "code": "11101", "name": "Cash on hand", "type": 1}}'{
"result": "successful",
"code": 202,
"id": 2415
}