Cómo leer datos de Curl PHP

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