Authorization: Bearer ********************curl --location '/api/v1/order/seckill/pre' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"product_id": 0
}'{
"code": 0,
"msg": "success",
"data": {
"temp_id": 1749934080
}
}