pub async fn execute_dm_to_user( receiver: PublicKey, client: &Client, order_id: &Uuid, message: &str, pool: &SqlitePool, ) -> Result<()>