pub async fn refresh_token(
__arg0: State<ApiState>,
__arg1: Json<RefreshRequest>,
) -> ApiResponse<RefreshResponse>Expand description
POST /auth/refresh
pub async fn refresh_token(
__arg0: State<ApiState>,
__arg1: Json<RefreshRequest>,
) -> ApiResponse<RefreshResponse>POST /auth/refresh