curl --request POST \
--url https://homolog.clubfix.com.br/webservice/shopkeepers \
--header 'Accept: <accept>' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"trading_name": "Resoluto Digital",
"registration_number": "81817151000139",
"phone": "41992885586",
"website": "https://resolutodigital.com.br",
"address": {
"zip_code": "81830120",
"street": "Rua Santo Bozzi",
"number": "770",
"complement": "bloco 6. Apto 622",
"neighborhood": "Xaxim",
"city": "Curitiba",
"state": "PR"
},
"responsible": {
"registration_number": "47401271052",
"name": "Sergio Danilo Jr",
"email": "[email protected]",
"role": "Founder",
"phone": "41992885586"
},
"bank": {
"account": "0000000",
"account_digit": "01",
"agency": "0001",
"name": "Inter"
}
}
'