Files
playtomic-wrapper/tournme/new/api-collection/tournme-be/Courts/Get Court.bru
2026-01-31 13:49:56 +01:00

20 lines
188 B
Plaintext

meta {
name: Get Court
type: http
seq: 3
}
get {
url: {{baseUrl}}/courts/:court_id
body: none
auth: bearer
}
params:path {
court_id:
}
auth:bearer {
token: {{token}}
}