Files
playtomic-wrapper/tournme/collection/PadelTour API/Authentication/Refresh Token.bru
2026-01-31 13:49:56 +01:00

18 lines
190 B
Plaintext

meta {
name: Refresh Token
type: http
seq: 2
}
post {
url: {{baseUrl}}/api/v1/refresh
body: json
auth: inherit
}
body:json {
{
"refresh_token": "{{refresh_token}}"
}
}