Sending Hubspot CRM datas to Azure SQL database

Hi there,
My plan is sending Hubspot CRM datas to my Azure SQL database.
I use the Hubspot CRM module and it gets the correct datas.
The next module I planned to use is the HTTP module, as POST method (raw body type, JSON format) , filling the Request Content some sample values, as:
{
“adminUserName”:“Sara123”,
“adminPassword”:“Pwd”,
“company”:{
“name”:“test”,
“addressLine1”:“testaddr1”,
“addressLine2”:“testaddr2”,
“city”:“testcity”,
“postcode”:“testPostCode”,
“state”:“testState”,
“country”:“testCountry”

}
}

Unfortunatly I do not get and see the datas in the Azure SQL database.

Do you have any hints?