Authorization: Bearer ********************
curl --location '/admin/orders/invoices' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "invoice_code": ["#INV-202582183","#INV-2025761823"] }'
{}