galaeth-draft/BrunoColllection/Galaeth/Authentication/Refresh.bru
2024-11-17 09:31:01 +00:00

18 lines
225 B
Plaintext

meta {
name: Refresh
type: http
seq: 2
}
post {
url: {{Host}}/v1/auth/refresh
body: json
auth: none
}
body:json {
{
"refreshToken": "Y1oMF6M9tNjTa2aX01lkXffJo7CrKCqwJ7bOxsjjgEXozVEhUFvNq7KydSQY5rPY"
}
}