curl --location -g --request POST '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": "",
"staff_id": "1",
"days": "43",
"date_from": "2025-11-17",
"date_to": "2025-12-29",
"type": "leave",
"leave_type_id": "1",
"late_time": "",
"early_time": "",
"description": "",
"attachments": ""
}'{}