pub async fn refresh_token(
__arg0: State<AdminState>,
__arg1: Json<RefreshTokenRequest>,
) -> Result<Json<ApiResponse<LoginResponse>>, StatusCode>Expand description
Refresh token endpoint
pub async fn refresh_token(
__arg0: State<AdminState>,
__arg1: Json<RefreshTokenRequest>,
) -> Result<Json<ApiResponse<LoginResponse>>, StatusCode>Refresh token endpoint