Zend certified PHP/Magento developer

Create shipment by order incrment id

To create shipment by Rest API, I am using it and it is working fine.

{base_url}/rest/V1/order/15/ship

Parameter 15 is order_id.

I want to create shipment by order increment id.

Is there any way to do it?