POST
/chats/{chatId}
curl \
--request POST 'https://garden-to-yours.herokuapp.com/chats/{chatId}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"message":"string"}'
Request examples
{
"message": "string"
}