Uipath cloud Queue list API returns 429 error response

Below API returning 429 error response, when i make curl request from my Kubernetes pod.
API Method: GET
API URL: UiPath

Curl Command: curl -v --location --request GET ‘UiPath
–header ‘Content-Type: application/json’
–header ‘Authorization: Bearer bearerToken’
–header ‘Cookie: UiPathSessionId=sessionId; __cf_bm=dummy=; UiPathBrowserId=browserId’

Response: 429 Error code and 1015 error code
Response Header: it say retry-after: 1979

Is there any api request limit implementation done on this(UiPath) api?

FYI: For the rest of api’s working fine(Returning proper response)

GET: …/…/odata/QueueDefinitions