Supporting push notifications for multiple devices

We’re using Okta integration in our company in order to enforce users go through MFA when performing some kind of activities.

We’re using the following API in order to push challenge notification into a user’s device:

It works pretty well when user has 1 device enrolled with Okta Verify.
However, when a user has 2 devices with Okta Verify, no matter which factor ID is sent in the Url, the notification gets only to the last device enrolled.

Is there anyway to support this use-case appropriately?
Thanks!