Find teams by card number
GET/internal/management/teams/cards
FindTeamsByCardNumber retrieves teams information by searching for a card using its number, then finding the associated driver and finally the teams. Returns 200 with empty data array if no teams are found for the card number.
Request
Responses
- 200
- 422
- 500
Returns paginated teams, with empty data array if none found
Card number is required
Internal server error