pub async fn create_access_token(
    db: &Database,
    user_id: UserId
) -> Result<String>