Authorization: Bearer ********************
{ "password": "eum" }
curl --location --request PUT '/contests/5/password' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "password": "eum" }'
{}