{ "type": "string", "email": "string", "code": "string" }
curl --location '/api/user/bindEmail' \ --header 'Content-Type: application/json' \ --data '{ "type": "string", "email": "string", "code": "string" }'
{}