I'm getting an error creating a quote based on an opportunity. I've shared the headers and request body I'm sending in Postman.
Request url: {organization_url}/api/data/v9.2/quotes
HTTP request method: POST
Headers:
'Content-Type': 'application/json; charset=utf-8',
'OData-MaxVersion': '4.0',
'OData-Version': '4.0',
Accept: 'application/json',
Authorization: 'Bearer' + {accesstoken}
Request Body (in Postman):