curl --location --request POST 'gift_controller/send_gift' \ --header 'token: {{token}}' \ --form 'to_user_id="12178104"' \ --form 'gift_id="5"'
{ "code": 0, "msg": "string", "time": "string", "data": null }