Authorization: Bearer ********************
{ "activityId": 2, "activityType": "lottery" }
curl --location --request POST 'http://localhost:9999/api/lottery/participate' \ --header 'Content-Type: application/json' \ --data-raw '{ "activityId": 2, "activityType": "lottery" }'
{}