@PUT('/statuses/{id}') Future<void> updateStatus( @Path('id') int statusId, @Body() Map<String, dynamic> data);