curl --location --request DELETE 'http://localhost:8000/api/v1/physical-transfer/' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Berhasil menghapus data transfer fisik",
"data": {
"id": 22,
"origin_store_id": 1,
"destination_store_id": 2,
"status": "NOT_SEND",
"sending_at": null,
"sent_at": null,
"created_at": "2025-12-19T02:11:14.000000Z",
"updated_at": "2025-12-22T02:13:06.000000Z",
"created_by": 3,
"updated_by": 4
}
}