Not able to place the order using paypal in magento 2 rest
I am developing an e-commerce mobiloe application using magento 2 rest apis only.This is the flow for making the REST API calls for order placement. 1.Create a cart api --> {{url}}/index.php/rest/V1/carts/mine This api will return a unique cart id 2.Add products to cart api --> {{url}}/index.php/rest/V1/carts/mine/items body -> { "cart_item": { "quote_id": cartId, "sku": skuName, "qty": 1 } } 3. Estimate Shipping Methods url --> {{url}}/index.php/rest/V1/carts/mine/estimate-shipping-methods body -> { "address": { "region": "Trivandrum", "region_id": 12, "region_code": "CA", "country_id": "IN",