Authorization: Bearer ********************curl --location --request PUT '/store/order/staff' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"invoice_code": [
"TJV1785211894937",
"JTQ1784875688297"
],
"staff_code": "1784707504724"
}'{
"message": "Customer has been successfully saved."
}