update
This commit is contained in:
18
tournme/collection/PadelTour API/Courts/Create Court.bru
Normal file
18
tournme/collection/PadelTour API/Courts/Create Court.bru
Normal file
@@ -0,0 +1,18 @@
|
||||
meta {
|
||||
name: Create Court
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/api/v1/courts/
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "CAMPO BELLISSIMO",
|
||||
"images": ["https://ddlgzcxdeqadinmzpgqu.supabase.co/storage/v1/object/public/padelcourt_dev/34847922/courts/19cdc929-7dcd-4a63-b016-66db8fdabd4a.jpeg?"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user