curl --location --request PUT '/store/order/status' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 1,
"invoice_code": [
"IAN1753674875310",
"KUB1753689086846"
]
}'
{
"messsage": "Status order saved."
}