AuthSession
Refresh user token
Refresh the current user token
curl -X POST "https://api.misaka.io/v3/session/refresh" \ -H "Content-Type: application/json" \ -d '{ "refresh": "string" }'{
"access": "string",
"refresh": "string"
}How is this guide?
Last updated on