@PUT('/users/{id}') Future<void> updateUser( @Path('id') String id, @Body() Map<String, dynamic> data);