Add a comment to a trade.
curl --request POST \
--url https://staging-api.polysimulator.com/trades/{order_id}/comments \
--header 'Content-Type: application/json' \
--data '
{
"content": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?
curl --request POST \
--url https://staging-api.polysimulator.com/trades/{order_id}/comments \
--header 'Content-Type: application/json' \
--data '
{
"content": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}