Send the cURL request and return response. See bellow example:
$result = App::Module('Remote')
->addField('url','http://www.example.com')
->addField('requestType','post')
->addPost('name','Jhon')
->addPost('email','jhon@example.com')
->Execute();