curl --location --request PUT '/store/order/payment_method' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "noncod",
"methode": "epayment",
"bank": "BCAVA",
"invoice_code": [
"KOJ1755005464199",
"UYH1755005434248"
]
}'
{
"message": "Status payment saved"
}