PUT /api/v1[path] with an optional JSON body.
/api/v1[path]
body
Future<dynamic> put(String path, [Object? body]) => _send('PUT', path, body);