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