Provide payment method and place order.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/storeview/default/user/quote/place-order' --header 'Content-Type: application/json' --header 'Authorization: Bearer 4550ddw01skx1y0w36910kkr32343v7u' --data '{"billingAddress":{"customerAddressId":"2","countryId":"US","regionId":"58","regionCode":"UT","region":"Utah","customerId":"2","street":["22 Albert Road"],"company":"ABC","telephone":"123123213321","fax":null,"postcode":"3205","city":"South Melbourne","firstname":"Testfirst","lastname":"Testlast","middlename":null,"prefix":null,"suffix":null,"vatId":null,"customAttributes":[],"saveInAddressBook":null},"paymentMethod":{"method":"checkmo","po_number":null,"additional_data":{"amgdpr_agreement":"{}"}}}'
post https://{baseUrl}/V1/storeview//user/quote/place-order