I need to accept Request Payload on my server, I do it like this:
echo file_get_contents(\'php://input\');
I would like to understand if only