JournalCat key of data.curl --location --globoff 'https://.daftara.com/api2/journal_cats/56' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"data": {
"JournalCat": {
"id": 17,
"code": "11101",
"name": "Current Assets",
"type": 0,
"journal_cat_id": 34,
"parent_cat_ids": "17,34",
"level": 2,
"entity_type": "client",
"entity_id": 0,
"staff_id": 0,
"branch_id": 1,
"total_debit": 0,
"total_credit": 0,
"is_recalculated": 0,
"is_hidden": 0,
"disabled": 0,
"color": "",
"last_transaction_update": "2018-05-10 00:42:00",
"created": "2018-05-10 00:42:00",
"modified": "2018-05-12 13:05:06"
}
}
}