429 Too Many Requests
response from the API. This response indicates that you have made too many requests in a short period.
The API response will include the following important header:
Retry-After
Header: This header indicates the number of seconds you should wait before making another request. It helps you understand when your request quota will be reset and when you can resume making requests.429 Too Many Requests
response, your application should wait for the period specified in the Retry-After
header before retrying the request.