X-API-Key: ********************curl --location --request GET '/api/stocks/eod/NESN' \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": {
"symbol": "string",
"date": "2019-08-24",
"open": 0,
"high": 0,
"low": 0,
"close": 0,
"volume": 0
}
}