x-access-token: ********************
curl --location -g --request POST '{{ecommercev2_url}}/quotations//comments?status' \ --header 'x-access-token: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "comment": "string" }'
{}