Update request
PUT /v2/request-queues/:queueId/requests/:requestId
ClientsUpdates a request in a queue. Mark request as handled by setting
request.handledAt = new Date()
.
If handledAt
is set, the request will be removed from head of the queue.
Request