Authorization: Bearer ********************
curl --location --request POST '/api/front/cart/delete?ids' \ --header 'Authori-zation: {{token}}' \ --header 'source: {{source}}'
{ "code": 0, "data": "string", "message": "string" }