In laravel 7 app I read data with curl and expect returned data be in json format :
$ch = curl_init(); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_s