meta { name: Create Tournament type: http seq: 2 } post { url: {{baseUrl}}/api/v1/tournaments/ body: json auth: inherit } body:json { { "name": "", "description": "", "images": "", "start_date": "", "end_date": "", "players_number": 0, "full_description": "" } }