cURL
curl --request POST \ --url https://api.steamgold.dev/v1/auth/refresh-tokens \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "refreshToken": "<string>" }'
{ "access": "<string>", "refresh": "<string>" }
Обновляет токен
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Токен
The body is of type object.
object
plant response
The response is of type object.