Files
playtomic-wrapper/tournme/collection/PadelTour API/Courts/Create Court.bru
2026-01-31 13:49:56 +01:00

19 lines
338 B
Plaintext

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?"]
}
}