create
Method to create a new item
@PostMapping(headers = "token"
)
Method to create a new team
Return
the response of the request as String
Parameters
userId
The identifier of the user
token
The token of the user
payload
The payload of the request formatted by SpringBoot as TeamPayload