It looks like you're new here. If you want to get involved, click one of these buttons!
The JSON payload is posted as a raw HTTP POST body. You will have to read the raw body and then decode it.
You may check out this thread for python postback example.