$POSTFIELDS = array(
'email' => "fodil@usa.com",
'phone' => "656565465422",
);
curl_setopt($ch, CURLOPT_POSTFIELDS, file_get_contents("php://input") . "&" . $POSTFIELDS);
I can't figure what is wrong with this, it doesn't work, I tried many things but can't make it work...