curl --request POST \
--url https://api.example.com/x/dm/{id} \
--header 'Content-Type: <content-type>' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"account": "<string>",
"text": "<string>",
"media_ids": [
"<string>"
],
"reply_to_message_id": "<string>"
}
'