curl --location -g --request POST 'https://.daftra.com/api2/bookings/add' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"InvoiceItem": [
{
"product_id": "96"
}
],
"Invoice": {
"staff_id": "1",
"date": "28/09/2025",
"client_id": "18",
"description": "",
"end_time": "23:59",
"start_time": "00:00",
"branch_id": 1,
"converted": 1
}
}'
{}