X-API-Key: ********************curl --location '/v1/stocks/key-executives/NESN' \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": [
{
"id": 0,
"symbol": "string",
"name": "string",
"title": "string",
"year_born": 0,
"pay": 0,
"exercised": 0,
"currency": "string",
"display_order": 0
}
]
}