Retrieve all available expiration dates for options contracts of a specific underlying symbol. Returns a list of dates when options for the specified ticker expire.
Use Case: Build an options chain interface by first fetching available expiry dates for a stock like AAPL, then loading contracts for each date.
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
The underlying stock symbol (e.g., AAPL, TSLA, SPY)