Endpoint for clients to queue their order for immediate retry of asset delivery.
This allows users to bypass the exponential backoff delay by queueing their order for priority processing. The order will be processed by the background loop within 60 seconds. Useful when a user comes back online after being offline during scheduled retry windows.
Args: request: Contains the order_id
Returns: RetryDeliveryResponse with status and message
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request model for /retry_delivery endpoint to trigger immediate keysend retry
Order ID to retry asset delivery for