POST
/direct_messages/create
curl \
-X POST https://blips.club/direct_messages/create \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'status=string&recipient=string'
Request example
{
"status": "string",
"recipient": "string"
}