Authorization: Bearer ********************curl --location --request POST 'https://v1.dev.bukalombok.com/v1/couriers/tasks//tracking' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tracking_stage": "start",
"longitude": -675.675,
"latitude": 64.96464,
"report_time": "2025-08-07T07:47:13.023Z"
}'{
"meta": {
"success": true,
"status": 200,
"message": "Success"
},
"data": {
"id": "UyCv9aas9Lf49611mCJkZ",
"roles_task_courier_log": "delivery_courier",
"task_id": "530d97ce-faeb-2f13-f43a-03a7f9e2fb26",
"courier_id": "df2d8546-2bcd-200f-51ed-b4a0b390343b",
"tracking_stage": "start",
"latitude": -8423429,
"longitude": 38237821,
"report_time": "2025-08-07T20:40:20.327Z"
}
}