curl --location 'energy_red_packet/create' \
--header 'token: 5b522ea0398be9e6e80377372d371b5f' \
--form 'group_id="P20231115123456789"' \
--form 'total_amount="10"' \
--form 'total_count="10"' \
--form 'type="1"'{
"code": 1,
"show": 0,
"msg": "发送红包成功",
"data": {
"packet_id": "packet_58533fe80ea0e2da5988c308cf7cff4f",
"total_amount": "10",
"total_count": "5",
"type": "1"
}
}