curl --location --globoff --request PUT 'https://.daftra.com/v2/api/entity/unit_template/{{id}}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data '{
"id": 3,
"template_name": "api template edited",
"active": 1,
"main_unit_name": "جرام",
"unit_small_name": "جم",
"branch_id": 1,
"staff_id": 1,
"unit_templates_unit_factors": [
{
"id": 4,
"factor_name": "Kilo 2",
"factor": 1000,
"small_name": "كجم"
},
{
"id": 5,
"factor_name": "Mega",
"factor": 1000000,
"small_name": "ميجا"
}
]
}'