curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/quotes/email \
--header 'Content-Type: application/json' \
--data '{
"quotes": [
{
"uid": "<string>"
}
],
"subject": "<string>",
"body": "<string>",
"cc": "<string>",
"bcc": "<string>"
}'