Authorization: Bearer ********************
{ "name": "秒杀1", "description": "我是秒杀1", "startTime": 1728181454, "endTime": 1730168654 }
curl --location --request POST 'http://localhost:9999/api/secondKill/create' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "秒杀1", "description": "我是秒杀1", "startTime": 1728181454, "endTime": 1730168654 }'
{}