Files
DADProject/bruno_collection/Games/Get Games.bru
2025-12-04 20:45:22 +00:00

16 lines
156 B
Plaintext

meta {
name: Get Games
type: http
seq: 1
}
get {
url: {{api_url}}/games
body: none
auth: none
}
headers {
Authorization: Bearer {{token}}
}