curl --location -g --request POST 'http:///V1/negotiableQuote/request' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment": "string",
"files": [
{
"base64_encoded_data": "string",
"extension_attributes": {},
"name": "string",
"type": "string"
}
],
"quoteId": 0,
"quoteName": "string"
}'
true