PHP Laravel преобразует тип Blob в строку

//while i was fetching data in my wordpress project from laravel backend using curl,
//blob type was returning as Array,
//so i used wp_remote_request($url), which returned me string value of Blob type value.
//also, if you are passing array of some names in this url, make sure to convert
//them to string first.
Handsome Horse