curl --location --request GET 'https://api.polygon.io/v1/last_quote/stocks/'
{
"last": {
"askexchange": 0,
"askprice": 0,
"asksize": 0,
"bidexchange": 0,
"bidprice": 0,
"bidsize": 0,
"cond": 0,
"timestamp": 0
},
"status": "string",
"symbol": "string"
}