I am creating plugin and I need to get data using curl request. Here is my code
$userName = \'admin\'; $password = \'123456\'; $curl = curl_init(); curl_seto