/quote
X-API-Key: ********************
curl --location --request GET '/api/stocks/price/NESN' \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "price": "string" } }