curl --request POST \
--url https://api.raul.ugps.io/api/omnichannel/threads/{threadId}/reply \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"body": "<string>",
"attachments": [
{
"name": "<string>",
"contentType": "<string>",
"contentBytes": "<string>"
}
],
"shared_mailbox_id": "<string>",
"send_mode": "send_as"
}
'