Authorization: ********************
curl --location --request POST '/polls//vote' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "option_id": "ab22e710-5ce4-4e7e-a3db-bd6fdad8fe36" }'