Replies: 1 comment 1 reply
-
baseQuery(
{
url: "/auth/refresh_token",
method: "POST",
body: JSON.stringify({ refresh_token: refreshToken }),
},
api,
extraOptions
); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Belt0M
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions