curl --location -g --request PUT 'https://.daftra.com/v2/api/entity/leave_application/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 10,
"staff_id": "1",
"days": "42",
"date_from": "2025-11-18",
"date_to": "2025-12-29",
"type": "leave",
"leave_type_id": "1",
"late_time": "",
"early_time": "",
"description": "",
"attachments": ""
}'{}