Retrieve a list of sessions for a given interview configuration.
This endpoint allows authenticated users to fetch sessions associated with a specific interview configuration. It returns a list of Session objects containing details such as status, unique session ID, creation time, candidate metadata, and other relevant information.
Raises 400 Bad Request if the interview_config_id is not provided.