Authorization: Bearer ********************
{ "game_id": 2 }
curl --location --request POST '/contests' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "game_id": 2 }'
{ "id": 0 }