Authorization: Bearer ********************
{ "name": "测试活动3", "description": "我是测试活动3", "startTime": 1728205010, "endTime": 1730278550 }
curl --location --request POST 'http://localhost:9999/api/lottery/create' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "测试活动3", "description": "我是测试活动3", "startTime": 1728205010, "endTime": 1730278550 }'
{}