Bulk update agent skill proficiencies via CXone REST

Need to push skill proficiency changes for 200 agents without hammering the API. Hitting PUT /api/v2/users/{userId}/skills in a loop is too slow and triggering rate limits. Is there a valid bulk endpoint for this, or do I need to write a custom snippet using GetRESTProxy to batch these requests?