How to set shipping carrier in reverse order when we create return using Graphql api.

We can select shipping carrier from the dashboard but during call following mutation how can we pass shipping carrier.

https://shopify.dev/docs/api/admin-graphql/2023-04/mutations/reverseDeliveryCreateWithShipping

In mutation variables I didn’t see any variable to pass shipping carrier.

Have you found a solution?