Queue API 429 during JMeter load test

How should I properly to handle 429 Too Many Requests when hitting /api/v2/queues with JMeter 5.6? We are simulating 500 concurrent requests in US1. The test fails after 10 seconds. We need to validate capacity for queue configuration updates. The error message says Rate limit exceeded. Is there a specific header or retry logic we should use in our JMeter script to pass the test without breaking the API?