update
This commit is contained in:
20
tournme/collection/PadelTour API/Players/Create Player.bru
Normal file
20
tournme/collection/PadelTour API/Players/Create Player.bru
Normal file
@@ -0,0 +1,20 @@
|
||||
meta {
|
||||
name: Create Player
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/api/v1/players/
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "",
|
||||
"gender": "",
|
||||
"surname": "",
|
||||
"nickname": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user