Returns push sound in String
String
Future<String> getPushSound() async { return _int.api.send<String>(UserPushSoundGetRequest()); }