Authorization: Bearer ********************
curl --location --request POST '/frontend/cart/update/' \ --form 'goods_id="2"' \ --form 'count="3"' \ --form 'id="2"'
{}