In Admin api: Shipments create api not working fine
How To Reproduce:
Step 1: Open postman and add a details regarding create shipments like this:
POST
/api/v1/admin/sales/shipments/{order_id}
Create shipment for an order
Step 2: After hit this request shows an error like this:

Possible Solution:
When we create shipments from api side then should be shipments created without any error.