Instruction: Outline the process for adding rate limiting to a Flask API to control the rate of requests a user can make.
Context: This question tests the candidate's ability to apply rate limiting in Flask applications, an essential feature for API security and efficiency.