curl --location --request POST '/shopapi/lucky_draw/lottery' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb' \
--data-urlencode 'id='
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"location": 0,
"tips": "string"
}
}