zeep::decode_base64 — decode data from base64 format, will throw invalid_base64 in case of invalid input
// In header: <zeep/crypto.hpp> std::string decode_base64(std::string_view data);
Parameters:
data
The string containing data to decode