Authorization: ********************curl --location --request PUT 'https://api.edonusum.muhasip.pro/edespatch/Templates' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"ID": 0,
"Name": "string",
"IsActive": true,
"IsDefault": true
}'true