postUrl.noticeNumber;recipient.taxCode;apiKeycurl --location --request POST 'https://yoursite.com/easypol/webhoowks' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"noticeNumber": "string",
"recipient": {
"name": "Comune di Milano",
"taxCode": "01199250158"
},
"amount": 0.01,
"resultCode": 0,
"hash": "string"
}'{}