curl --location --request PUT 'https://demo.corbee.com.br/api/v2/store/3' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 5552,
"nome_loja": "Loja Centro Paulista",
"cnpj_cpf": "542.065.110-63",
"telefone": "11988887777",
"logradouro": "Avenida Paulista",
"numero": "1000",
"complemento": "Conjunto 1205",
"uf_id": 35,
"cidade_id": 3550308,
"gerente_id": 42,
"centro_custo_id": 3,
"tipo_loja": "loja",
"soluciona_pendencia": true,
"padrao_fisico": "presente",
"valor_minimo_proposta": 1000,
"valor_maximo_proposta": 10000,
"email": "contato@lojacentro.com.br",
"gerencia_filas": false
}'