curl --location --request GET 'gift_controller/recive_gift_log' \ --header 'token: {{token}}'
{ "code": 0, "msg": "string", "time": "string", "data": { "total_amount": 0, "thirty_days_amount": 0 } }