cara membaca data dari curl php

$data = json_decode(file_get_contents('php://input'), true);
Bald Eagle