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

21 lines
246 B
Plaintext

meta {
name: Create Company Admin
type: http
seq: 1
}
post {
url: {{baseUrl}}/api/v1/companies/admin/create
body: json
auth: inherit
}
body:json {
{
"name": "",
"email": "",
"phone_number": "",
"address": ""
}
}