Some serwer sends POST requests with the following information:
{
payload: {
uid: "900af657a65e",
amount: 50,
adjusted_amount: 25
},
signature: "4dd0f5da77ecaf88628967bbd91d9506"
}
How shoud I successfully process that in my ASHX handler?