Files
basango/projects/backend/api/identity-and-access/refresh-token.bru
T
2025-10-05 14:42:25 +02:00

18 lines
185 B
Plaintext

meta {
name: refresh-token
type: http
seq: 2
}
post {
url: {{baseUrl}}/token/refresh
body: json
auth: none
}
body:json {
{
"refresh_token": "{{refreshToken}}"
}
}