curl --location '/admin/validation_report/' \
--header 'Authorization: Bearer <token>' \
--form 'status="1"' \
--form 'additional_description=""'{
"report_id": "uuid-xxxx",
"invoice_code": "INV-001",
"status": "sedang_diproses",
"updated_at": "2026-05-19T10:30:00Z",
"message": "Laporan berhasil diperbarui"
}