{ "nome": "", "endereco": "", "data": "", "hora": "", "emailCliente": "", "ehVendabancoInter": "", "tipoProduto": "", "tipoEmissao": 0 }
curl --location --request POST 'https://api.ideiabusiness.com.br/w2b/api/ECommerce/Integracao/EnviarEmailAgendamento/' \ --header 'Authorization: '\''<API_TOKEN>'\''' \ --header 'Content-Type: '\''application/json'\''' \ --data-raw '{ "nome": "", "endereco": "", "data": "", "hora": "", "emailCliente": "", "ehVendabancoInter": "", "tipoProduto": "", "tipoEmissao": 0 }'
{ "Success":<bool>, "Message":<string>, "RedirectUrl":<string>, "StatusCode":<int>, "Data": null }