export const createChatroomSubscription = ( chatroom_subscription ) => (
    $.ajax({
        method: 'POST',
        url: `/api/chatroom_subscriptions/`,
        data: { chatroom_subscription }