curl --location --request PUT '/store/order/payment' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 1,
"date": "2025-07-21",
"invoice_code": [
"IAN1753674875310",
"KUB1753689086846"
]
}'
{
"message": "Status order saved"
}